Xinruipay
  1. Sample Schemas
Xinruipay
  • 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
  • Appendix
    • Test Cards
    • Bank Code
    • Country Code
    • Currency Code
    • Payment Methods
  • Schemas
    • Sample Schemas
      • Review
      • Chargeback
      • Payment
      • Refund
      • Subscription Request
      • Subscription Response
      • 3DS Redirect
      • 3DS Response
  1. Sample Schemas

Chargeback

{
    "merchant_id": "string",
    "account_id": "string",
    "transaction_id": "string",
    "order_no": "string",
    "amount": "string",
    "currency": "str",
    "order_status": "string",
    "error_code": "stri",
    "result_info": "string",
    "chargeback_reason": "string",
    "note": "string",
    "return_type": "string",
    "payment_method": "string",
    "threeds_result": "string",
    "card": "string",
    "billing_address": "string",
    "first_name": "string",
    "last_name": "string",
    "billing_city": "string",
    "billing_state": "string",
    "billing_country": "st",
    "billing_postal_code": "string",
    "billing_phone": "string",
    "billing_email": "string",
    "webhooks_type": "string",
    "encryption_data": "string"
}