post
https://uat.banking.live:55555/ppws/api/pws/v2/pws_create_bulk_cards/
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.
404Webservices does not exist
500Internal Server error
