Versions Compared

Key

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

...

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

...