Payment API
  1. Schemas
Payment API
  • Sale Request
    POST
  • Status Request
    POST
  • Refund Request
    POST
  • Schemas
    • Schemas
      • Sale
      • Merchant
      • Customer
      • Billing
      • Billing-Card
      • Webhooks
      • Refund-Transaction
  1. Schemas

Billing-Card

{
    "holder": "John Doe",
    "number": "4242424242424242",
    "exp-y": "2030",
    "exp-m": "11",
    "cvv": "123"
}
Built with