Core API calls

Depending on your work flows and requirements, you can use either one of three ways to create objects and manage them.

  1. Create Card (All-inclusive single API)
  2. Create Card Wallet (All-inclusive single API)
  3. Create each object separately (for example, Customer, Account, Card)
An overview of the core API calls

An overview of the core API calls

Card creation (all-inclusive single API)

In this method, the clients are more focused on getting a working card instrument with minimum API calls and other details that are not directly relevant or managed by the client externally to Paymentology Eco System. This is commonly used in cases of prepaid/top up cards and one time use cards, but there can be other cases also where this is applicable.

Multiple objects

This is a more flexible approach where you can create objects as and when required, and follows an organic process of object creation. This can mean taking the output of one call as an input for the proceeding calls. However, you can also optimize the API calls, meaning you don't have to create every operation separately, as they can be grouped together based on your work flows.

Following are the set of APIs and order you can use for object creation:

  1. Create customer V2 (/pws/pws_create_customer/)
  2. Create account V2 (/pws/pws_create_account/)
  3. Create card V2 (/pws/pws_create_card/)
  4. Create account V2 (additional accounts)
  5. Link card and account V2 (/pws/pws_link_card_acc/)
  6. Load balance V2 (/pws/pws_load_balance/)
  7. Set default card account (/pws/pws_set_default_card_account/)