This web service allows to create blank cards in bulk. Blank card means a card with no account and no customer linked to it. Bank will use this api to create bulk cards in advance and print it through manufacturer.
Customer when requires an instant card, bank will create account, customer and link to blank card.
For linking blank card with new customer, use below api
Version 2 create bulk cards api support idempotency:
- If the previous api request was a success and the client sends the same
api_unique_identifier, then the previous response will be returned. - If the previous request fails and the client send the same
api_unique_identifier, then the new create bulk card request will be processed with the incoming API parameters.
This web service enables financial institutions to create blank payment cards in bulk quantities in advance. Blank cards are unassigned cards with no linked customers or accounts. Cards are sent to manufacturers for physical production and printing
When a customer requests immediate card issuance, banks can:
- Create the customer and the account
- Link the existing blank card to a new account and customer
For linking blank card with new customer, use the below API:
Version 2 of the Create Bulk Cards API supports idempotency;
- If the previous API request was successful and client sends the same api_unique_identifier, then the same previous response will be returned.
- If the previous API request failed and the client sends the same api_unique_identifier, then a new set of cards will be processed with the incoming API parameters.
404Webservices does not exist
500Internal Server error