Polaris Lookup Account Mid
Settlement & fees model
Model | How it works |
---|---|
Invoice | OnePipe (via Polaris client) will invoice the calling app periodically for all calls to the endpoint. At settlement, Polaris will debit aggregated fee from the app’s client bank account, credit the settlement account. The OnePipe-Polaris agreed fee will then be debited from the settlement account and split to relevant parties. |
Process flows
Sequence of calls
App of JS calls
/transact
with the right auth detailsProvider responds with
WaitingForOTP
if not overriddenApp 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
Where the provider supports it, the app can call
/transact/reverse
to request a reversal
Â
Â