One Click Payment
One click payment is a payment model concept that takes convenience to the next level by allowing customers to make purchases with a single click or tap, without the need to go through the traditional payment process. This simplified payment method aims to reduce friction even further and speed up the buying experience for online shoppers.
This is a payment model commonly used for subscription-based services, memberships, utility bills, insurance premiums, and other ongoing or periodic expenses. This service is also known as recurring payment
Recurring payments offer convenience to both customers and businesses. Customers do not need to manually make payments every time a service or subscription is renewed, as the payment is automatically deducted from their credit card number. This saves time and ensures continuity of service. For businesses, recurring payments provide a predictable and regular revenue stream, reducing the need for manual invoicing and follow-ups.
INFO
Before doing this process, make sure you have done the Retrieve Stored Card API to get the credit card token used for the transaction.
Data Request
Sample Request
Data Response
2
responseMessage
String
M
1
500
Response Message
3
data
Object
M
1
11
Array of data
1
acquirer
Object
C
1
10
Acquirer
2
amount
Numeric
O
1
14
Amount
3
authorizationCode
String
O
1
100
Authorization Code
4
currency
String
O
3
3
Currency
5
id
String
O
1
40
ID of Payment
6
receipt
String
O
1
100
Receipt
7
reference
String
O
1
40
Reference ID
8
source
Enum
O
CALL_CENTRE, CARD_PRESENT,INTERNET,MAIL_ORDER,MERCHANT,MOTO,PAYER_PRESENT,SERVICE_PROVIDER,TELEPHONE_ORDER,VOICE_RESPONSE
9
stan
Number
O
1
6
Stan
10
terminal
String
O
1
16
Transaction Terminal
11
type
Enum
O
AUTHENTICATION,AUTHORIZATION,AUTHORIZATION_UPDATE,CAPTURE,CHARGEBACK,DISBURSEMENT,FUNDING,PAYMENT,REFUND,REFUND_REQUEST,VERIFICATION,VOID_AUTHORIZATION,VOID_CAPTURE,VOID_PAYMENT,VOID_REFUND
Sample Response
Last updated

