Tapxyz API
  1. Refund
Tapxyz API
  • Introduction
    • Introduction
    • How to Start
    • Country Code
    • Country Info
    • Currency Code
    • Error Code
    • Transfer Order Info Type
    • Transfer Order File Type
    • Per Bank
    • Spei Bank
    • Vietnam Bank
  • Payin
    • Alipay API
      POST
    • Apple Pay API
      POST
    • Cash App API
      POST
    • Crypto Pay API
      POST
    • Credit Card API
      POST
    • GCash API
      POST
    • Google Pay API
      POST
    • PIX API
      POST
    • PerTransfer API
      POST
    • SEPA API
      POST
    • SPEI API
      POST
    • Union Pay API
      POST
    • Vietnam Pay API
      POST
    • WeChat API
      POST
    • CheckOut
      POST
    • CheckOut Payment
      POST
  • Payout
    • Bank Account
    • Card
    • Per Transfer
    • Pix
    • CheckOut
    • Spei Payout
  • Notify
    • Pay Notify WebHook API
    • Refund Notify WebHook API
    • Chargeback Notify WebHook API
  • Refund
    • Refund API
      POST
  • Review
    • Upload SEPA File API
  • Query
    • Query API
    • QueryBalance API
    • QueryOrderList API
    • QueryOrderAmount API
  1. Refund

Refund API

POST
refund/apply
There are refunds for SEPA,Credit Cards and Alipay, UnionPay no refund.

Request

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'refund/apply' \
--header 'Content-Type: application/json' \
--data-raw '{
    "merNo": 111111,
    "merOrderNo": "222222",
    "amount": "10",
    "version": "V3.0.0",
    "tradeNo": "333333",
    "sign": "9D6FDF4880B00B002B1F2AB61AE9A721",
    "notifyUrl": "https://www.example.com",
    "remark": "12323425345",
    "operationType": "refund"
}'
Response Response Example
{
    "code":"00000",
    "message":"SUCCESS",
    "data":{
      "refundNo": "444444",
      "tradeNo": "333333",
      "merNo": "111111",
      "merOrderNo": "222222",
      "refundAmount": "10",
      "refundCurrency": "CNY"
     }
}
Modified at 2025-12-12 07:10:14
Previous
Chargeback Notify WebHook API
Next
Upload SEPA File API
Built with