CFX Pay
  1. Sample Schemas
CFX Pay
  • Introduction
  • Integration Types
  • API Standards
  • Status Flow
  • Lists
  • SPEI Mexico
  • PIX Brazil
  • Basic Integration
    • checkout_create
      POST
  • Intermediary Integration
    • checkout_form
      POST
  • Hardcode integration
    • balance_merchant
      GET
    • payment_type
      GET
    • payin_create
      POST
    • payin_check
      GET
    • payout_create
      POST
    • payout_check
      GET
  • Notification
    • How it works
  • Schemas
    • Sample Schemas
      • Notification
      • Gateway Payin
      • Gateway Payout
      • Response
      • Validation
      • Checkout Info
      • Instructions
      • Customer Payin
      • Customer Payout
      • Customer Notification
  1. Sample Schemas

Gateway Payout

{
    "gateway": [
        {
            "transaction_id": "string",
            "merchant_id": "string",
            "tracking_id": "string",
            "api_transaction_id": "string",
            "payment_type_id": "string",
            "callback_url": "string",
            "country": "string",
            "source": "string",
            "origin": "string",
            "status": "string",
            "currency_symbol": "string",
            "amount": "string",
            "amount_fee": "string",
            "amount_final": "string",
            "exchange_symbol": "string",
            "exchange_rate": "string",
            "exchange_amount": "string",
            "exchange_amount_fee": "string",
            "exchange_amount_final": "string",
            "customer": {
                "first_name": "string",
                "last_name": "string",
                "document_type": "string",
                "document_number": "string",
                "email": "string",
                "phone": "string",
                "gender": "string",
                "address": "string",
                "city": "string",
                "country": "string",
                "zip": "string",
                "account_type": "string",
                "account_channel": "string",
                "account_agency_number": "string",
                "account_number": "string",
                "account_type_code": "string",
                "account_pix_key": "string",
                "account_bank_name": "string",
                "account_aba_swift": "string"
            }
        }
    ]
}
Built with