Customer onboarding
Once you have made the decision to issue a credit card to your customer, you will need to call the following three API's:
This results in the creation of three linked objects in PayCredit:
- Customer
- Account
- Card
Customer onboarding API flow
The below three steps provide you with a high-level view of onboarding your customer:
- First you will need to call the Create customer API to create the customer object in PayCredit.
Upon a successful call, you will receive thecustomer_idin the response message. - Once you have the
customer_id, you can create an account by calling the Create accountAPI.
Upon a successful call, you will receive theac_idin the response message. - The final step in customer onboarding is to create a credit card. You do this by calling the Create a credit card API and passing the
ac_idrecieved in step 2.
Physical card issuance
The below diagram provides you with a detailed API flow of onboarding your customer and issuing a physical card.

Physical card issuance
Virtual card issuance
The below diagram provides you with a detailed API flow of onboarding your customer and issuing a virtual card.

Virtual card issuance
Updated 7 months ago
