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

Validation

{
    "validation": [
        {
            "field_name": "string",
            "field_value": "string",
            "error_code": "string",
            "message": "string"
        }
    ]
}
Built with