Charges
Card issuance charges
We added an ability to post card issuance charges so that it can be applied to respective cardholder's account. This will be executed one time only for every new card that is issued.
It can be applied when:
1) Personalized physical card is issued for the first time
2) Personalized virtual card is issued for the first time
3) Bulk card is linked to the user
A cron job will be executed daily to retrieve charges in "PENDING" status and apply the charge amount to either the cardholder's or master's account, as per the configuration.
Card replacement charges
We have added support of card replacement charges, so that it can be parked, when physical or virtual cards are replaced to cardholder.
New supported enums for 'charge_type' are:
PHYSICAL_CARD_REPLACEMENT
VIRTUAL_CARD_REPLACEMENT.
Card activation charges
We have added the support of card activation charges. This new charge is applied to cardholder when a card is activated for the first time. This will be charged one-time only for every new card that is activated . For example, if two different cards are created for a user, then he will be charged for every card.
New supported enum for 'charge_type' is:
CARD_ACTIVATION_CHARGES
Charges APIs
The below APIs are exposed in API Catalog:
Webhooks
Last updated
Was this helpful?