Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

transactionId
string
required

Body

application/json
type
string
required

The type of authorisation: otp, pin, or address_verification

value
string
required

The actual OTP/PIN string or the Address object.

Response

200

success
boolean
default:true
Example:

true

message
string
Example:

"Charge Authorisation successful. Payment is processing."