Tapxyz API
  1. Payout
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
      POST
    • Card
      POST
    • Per Transfer
      POST
    • Pix
      POST
    • CheckOut
      POST
    • Spei Payout
      POST
  • Notify
    • Pay Notify WebHook API
    • Refund Notify WebHook API
    • Chargeback Notify WebHook API
  • Refund
    • Refund API
  • Review
    • Upload SEPA File API
  • Query
    • Query API
    • QueryBalance API
    • QueryOrderList API
    • QueryOrderAmount API
  1. Payout

Pix

POST
/payout
Tapxyz will obtain the HTTP Header referer to verify the website source. The website source must be configured by Tapxyz to be verified. If you do not access the interface through a browser, you need to actively add a referer.

Request

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/payout' \
--header 'Content-Type: application/json' \
--data-raw '{
    "merNo": 111111,
    "merOrderNo": "222222",
    "currencyCode": "BRL",
    "sourceAmount": "100.05",
    "withdrawType": "4",
    "returnUrl": "https://example.com",
    "notifyUrl": "https://example.com/notify",
    "sign": "906FDF4880B00B00281F2AB61AE9A721",
    "cardNo": "4242424242424242",
    "benFirstName": "Tati",
    "benLastName": "Moore",
    "mobile": "1-1234567890",
    "addressLine": "123 Main St",
    "addressLine2": "Apt 4B",
    "city": "Anytown",
    "state": "CA",
    "countryCode": "US",
    "postCode": "12345",
    "email": "tati@example.com",
    "ipAddress": "192.168.1.1",
    "version": "V3.0.0"
}'
Response Response Example
{
    "code":"00000",
    "message":"SUCCESS",
    "data":{
        "payCode":0,
        "tradeNo":"3333333",
        "merorderNo":"222222"
     }
}
Modified at 2025-12-12 07:05:58
Previous
Per Transfer
Next
CheckOut
Built with