Payment API
Schemas
Copy Page
Payment API
Sale Request
POST
Status Request
POST
Refund Request
POST
Schemas
Schemas
Sale
Merchant
Customer
Billing
Billing-Card
Webhooks
Refund-Transaction
Schemas
Copy Page
Billing-Card
{
"holder"
:
"John Doe"
,
"number"
:
"4242424242424242"
,
"exp-y"
:
"2030"
,
"exp-m"
:
"11"
,
"cvv"
:
"123"
}