2025-11-15
  • 2025-11-15
  • 2025-03-25
  • 2025-01-20
  • 2022-03-14
Help Center
VCCHUB How-to
2025-11-15
  • 2025-11-15
  • 2025-03-25
  • 2025-01-20
  • 2022-03-14
2025-11-15
  • 2025-11-15
  • 2025-03-25
  • 2025-01-20
  • 2022-03-14
  1. Sample Schemas
  • Guides
    • Welcome
    • Interface
  • API Reference
    • Introduction
    • Endpoints
    • Data Types
    • Signing
    • 3-D Secure Verification
    • Subscription
    • Errors
    • Webhooks
    • Items Information
    • Changelog
    • Acquiring
      • Create a direct payment
        POST
      • Create a APM payment
        POST
      • Create a redirect (iFrame) payment
        POST
      • Query a transaction
        POST
      • Capture a transaction
        POST
      • Review a transaction
        POST
      • Cancel a transaction
        POST
      • Cancel a subscription
        POST
      • Refund a transaction
        POST
      • Search a refund transaction
        POST
      • Create a payout
        POST
      • Optimise payment methods
        POST
    • Issuing
      • Cardholder
        • Create cardholder
        • Update Cardholder
        • Delete cardholder
        • Query cardholder
      • Group
        • Create group
        • Query group details
        • Delete group
        • Group Card Withdrawal
        • Update group status
        • Recharge group
        • Query rule
      • Card
        • Create a card
        • Query card details
        • Query card transaction
        • Cancel a card
        • Withdraw from a card
        • Update card status
        • Recharge card
        • Update shared card limit
        • Query for card operation
        • Query card BIN
  • Appendix
    • Test Cards
    • Bank Code
    • Country Code
    • Currency Code
    • Payment Methods
  • Schemas
    • Sample Schemas
      • Review
      • Chargeback
      • Payment
      • Refund
      • Subscription Request
      • Subscription Response
      • 3DS Response
      • 3DS Redirect
Help Center
VCCHUB How-to
2025-11-15
  • 2025-11-15
  • 2025-03-25
  • 2025-01-20
  • 2022-03-14
2025-11-15
  • 2025-11-15
  • 2025-03-25
  • 2025-01-20
  • 2022-03-14
  1. Sample Schemas

Review

{
    "merchant_id": "string",
    "account_id": "string",
    "transaction_id": "string",
    "order_no": "string",
    "amount": "string",
    "currency": "str",
    "order_status": "strin",
    "error_code": "stri",
    "result_info": "string",
    "note": "string",
    "return_type": "s",
    "payment_method": "string",
    "threeds_result": "string",
    "card": "string",
    "webhooks_type": "string",
    "encryption_data": "string"
}