Intents
Update an intent
Update intent to complete charge process
POST
/
intents
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of intent to update
Body
application/json
Status of the payment
Available options:
charged
, failed
, reversed
A unique session reference to identify by the acquirer
Channel used to process the payment
Available options:
nip
, intrabank
Charge ID returned from initiate intent request
Amount charged without fees (must be in smallest currency unit eg. kobo)
Payer's account number
Reason why payment failed
Available options:
insufficient_balance
, post_no_debit
, amount_exceeds_limit
, interbank_channel_failure
, daily_limit_exceeded
, internal_system_error