Tapxyz API
  1. Review
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
  • Review
    • Upload SEPA File API
      POST
  • Query
    • Query API
    • QueryBalance API
    • QueryOrderList API
    • QueryOrderAmount API
  1. Review

Upload SEPA File API

POST
/submit/transferOrder

Request

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/submit/transferOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
  "merNo": 123456,
  "tradeNo": "T123456789",
  "sign": "abcdef123456",
  "infoList": [
    {
      "infoType": "1",
      "infoContent": "name"
    },
    {
      "infoType": "2",
      "infoContent": "qwer@gmail.com"
    }
  ],
  "fileList": [
    {
      "fileType": "21",
      "fileContent": "IyDov63ku6Mx",
      "fileName": "fileName1",
      "suffix": ".png"
    },
    {
      "fileType": "22",
      "fileContent": "IyDov63ku6Mx",
      "fileName": "IyDov63ku6Mx",
      "suffix": ".png"
    }
  ]
}'
Response Response Example
{
    "code": "string",
    "message": "string"
}
Modified at 2025-12-12 07:10:54
Previous
Refund API
Next
Query API
Built with