Settlement & fees model
The app will need maintain money in an account at the host client. Host client will debit that account at settlement cycles and remit to OnePipe, Polaris & ISO.
Model | How it works |
---|---|
Invoice | The client will invoice the calling app periodically for all calls to the endpoint. |
Process flows
Sequence of calls
App calls
/transact
with auth set to nullProvider responds with
WaitingForOTP
App calls
/transact/validate
to supply OTPProvider responds with any of the completion codes
Successful
orFailed
.To query the status of a transaction, the app can call
/transact/query
Special notes
This should be seen as a standard lookup service. All providers are required to execute settlement per agreed contracts to the account designated by the client bank.
Add Comment