Get Image Card
Endpoint: BASE_URL/baas/debit-cards/:id/image
To get a card image, you must have the CV or Production environment, since this function is not available in the Sandbox environment.
To obtain the card image, you must generate a card
type token in the AWS URL that Galileo will provide you. You can read more about this in here.
To generate tokens, we have this function, where you need to pass as a parameter the account number and the type of token that you want to generate to the account.
The types of tokens you can generate in Galileo are:
Card.
Account.
Customer.
In the src/baas/galileo/enums/token-type.ts file, you can see an enum with the types of tokens, and the value that each one represents in Galileo.
Once a card
type token is generated, it must be sent as a parameter in the AWS URL.
Linker example response:
Last updated