Card Statuses
Last updated
Last updated
Card status is independent of account status. It is possible for one account to have multiple cards in different statuses. Both the account and the card must be in status: N
(normal, active) to perform card transactions.
You can see the list of actions you can perform on a card, an account, or both.
If you want to modify the status of a card in the src/baas/galileo/galileo.service.ts file in the modifyStatus function:
Integration refers to your primary account. If you want to modify the status of the account or card, in status
you only have to pass the option you need, but if you need to modify a secondary account or a card from another account, you must send the account number in prmRef
.
In the src/baas/galileo/enums/modify-status.enum.ts file, you can find all the options that you can send in the status parameter of this function.
Example of how to activate an account and a card: