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

Refund-Transaction

{
    "id": "string",
    "currency-code": "string",
    "amount": "string",
    "reason": "string"
}
Built with