This web service is used to create a card(prepaid,debit,credit). To create a card an account needs to be created first as a card has a one to one relationship with an account.
- Cards can be created as either physical or virtual cards with a variety of images that have been predefined and loaded per client. When calling the create card the option to return pan, cvv, expiry, public token, card image can be used to allow for the display of the card image with all details post card creation.
- It is essential that the correct product id is provided.
- At the time of card creation, you can select the status of the card, typically set to decline all txns DE39=05 until the card holder activates the card. card holder details are provided at the time of card creation to populate the card holder details and to provide these as part of the card personalization process (physical card only).
- At creation the card can be loaded with funds in accordance with the specific product settings.
- Auto-enrollment to 3DS is made available by enabling feature on Product configuration. Contact Paymentology to enable this feature.
- If 3DS enrollment fails, you will need to manually call Enroll Card to 3DS API.
- These inputs are used for creating cards for sub clients/customers under a generic client. Sub clients/customers do not have products or bins of their own and will inherit from parent client, post card creation.
- The characteristics (tok_flag) of the card can be set at the card create stage and this determines how the card will behave once created, activated, and used.
Note For Clients using fss(3ds provider)
-
Cardholder name (ch_fname and ch_sname) - string minimum 2 and maximum 45 characters combined first and last name - only letters are acceptable
-
Mobile phone number(ch_mobilel) - only numbers without space (symbols are not acceptable) - must contain between 5 and 15 characters
Version 2 create card api support idempotency;
-
If previous api request was success and client send same api_unique_identifier, then same previous response will be returned
-
If previous api request was failed and client send same api_unique_identifier, then new card create will be processed with incoming api parameters
404Webservices does not exist
500Internal Server error
