Authorize Charge
Authorize already created charge on a debit card
Body Parameters
Property
Data Type
Description
Example
Required
type
string
"pin"
Yes
reference
string
"23456789876CBD"
No
deviceIp
string
IP address of the customer's device or your device
"192.168.206.32"
Yes
authorize
object
The object that holds authorize properties
{...}
Yes
authorize.pin
string
Debit card pin
"1111"
If type
is pin
authorize.otp
string
OTP sent to customer
"037895"
If type
is otp
authorize.phone
string
Customer's phone number
"08137031202"
If type
is phone
authorize.birthday
string
Customer birthday
"1992-01-12"
If type
is birthday
Authorization types
Type
Description
pin
Customer's debit card pin
otp
OTP sent to customer's phone/email
phone
Customer's phone number
birthday
Customer's birthday
Last updated