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

Checkout Info

{
    "description": "string",
    "amount": "string",
    "symbol": "string",
    "expire_utc": "string",
    "language_default": "string",
    "type": "string",
    "code": "string",
    "destination_bank": "string",
    "account": "string",
    "beneficiary": "string",
    "reference": "string",
    "recipient_email": "string",
    "agreement": "string",
    "internal_url": "string",
    "instructions": [
        {
            "language": "string",
            "instruction_01": "string",
            "instruction_02": "string",
            "instruction_03": "string",
            "instruction_04": "string",
            "instruction_05": "string",
            "instruction_06": "string",
            "instruction_07": "string",
            "instruction_08": "string",
            "instruction_09": "string",
            "instruction_10": "string"
        }
    ]
}
Built with