Activates a prepaid PHYSICAL card
UUID based Card id.
Optionalrequest: CardActivationRequestThe request contains the required fields for activating the card.
A Promise that resolves to the retrieved card.
Create a prepaid card.
The request containing card creation parameters.
A promise that resolves to the newly added card.
This endpoint provides detailed information about specific Card by cardId.
UUID based Card id.
Optionalinclude: CardIncludesParam[]List of CardIncludesParam properties in the response.
A Promise that resolves to the retrieved card.
Retrieves a list of all customer cards. The result list can be filtered by card status and card type.
Optionalparameters: CardParametersThe parameters for filtering the customer's cards.
A Promise that resolves to the retrieved card list.
Card sensitive information can be retrieved via this endpoint.
UUID based Card id.
OptionalscaDetails: ScaAuthenticationEventRequestThe SCA details for retrying the wallet operation.
A Promise that resolves to the retrieved card sensitive details.
Retrieves card details url to show them for non PCI DSS compliant cases.
UUID based Card id.
Optionallanguage: stringLanguage in which to show details. Default is en_US.
OptionalscaDetails: ScaAuthenticationEventRequestThe SCA details for retrying the wallet operation.
A Promise that resolves to cards details url.
Retrieves eligible programs for a customer.
A Promise that resolves to the retrieved program list.
Retrieves card view pin url for non PCI DSS compliant cases.
UUID based Card id.
Optionallanguage: stringThe language in which to show details. Default is en_US.
OptionalscaDetails: ScaAuthenticationEventRequestThe SCA details for retrying the wallet operation.
A Promise that resolves to cards details url.
Creates a new replacement card to the existing card. Bear in mind that its status will be changed after replacing the original card based on the 'reason' for this request. The status of the new card depends on the current card program.
UUID based Card id.
Contains the needed information for card replacement.
A Promise that resolves to the newly issued card.
Resets the verification attempt counters for both PIN/CVV on a prepaid card. It clears failed attempts, restoring the card's ability to authorize transactions.
UUID based Card id.
Contains the needed information for resetting card verification attempts.
A Promise that resolves to the retrieved response.
The endpoint enables updating a card’s state like status and PIN.
UUID based Card id.
The fields submitted in this object will update the existing values for the
OptionalscaDetails: ScaAuthenticationEventRequestThe SCA details for retrying the wallet operation.
A Promise that resolves to the retrieved card.
StaticgetFunctionRetrieves the singleton instance of the CardService class.
The singleton instance of the CardService class.
Service class for cards operations.