Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

With this service, the calling apps can check corresponding Cards that belongs to the CUSTOMER REF provided in the payload. In effect, take takes a customer ref and try to fetch all card attached to it. OnePipe will forward to the provider’s dedicated implementation. Providers will either use the CUSTOMER REF sent to fetch the corresponding card belonging to customer.

...

Sequence of calls

  1. App calls /transact with the account number they want to lookup in the details object. auth.type is expected to be token, account_number.

  2. Provider responds with any of the completion codes Successful or Failed.

...

Field

Type

Requirement

Description

token

string

required

Expect auth.secure to be Mastercard generated token. Eg. 9327691266219107

account_number

numeric

required

Expect auth.secure to be an actual account number Eg. 3065570057

msisdn

numerci

required

Expect auth.secure to be a valid telco msisdn Eg. 2347065514172

Possible status response codes

...