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

Customer

{
    "email": "john@example.com",
    "ip": "123.123.123.123",
    "country": "US",
    "zip": "10001",
    "state": "State",
    "city": "City",
    "address": "My Address",
    "phone": "+17182222222"
}
Built with