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
App calls
/transact
with the account number they want to lookup in the details object.auth.type
is expected to betoken, account_number
.Provider responds with any of the completion codes
Successful
orFailed
.
...
Field | Type | Requirement | Description | ||||
---|---|---|---|---|---|---|---|
token | string | required | Expect | ||||
account_number | numeric | required | Expect | msisdn | numerci | required | Expect |
Possible status response codes
...