OnlinePay API
  1. Review
OnlinePay 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
  • Payin
    • OnRamps API
      GET
    • Alipay API
      POST
    • Credit Card API
      POST
    • Crypto Pay API
      POST
    • GCash API
      POST
    • PerTransfer API
      POST
    • PIX API
      POST
    • SEPA API
      POST
    • SPEI API
      POST
    • Union 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
    • Notify WebHook API
    • Card Notify WebHook API
  • Refund
    • Refund API
  • Review
    • Upload SEPA File API
      POST
  • Query
    • Query API
    • QueryBalance API
    • QueryOrderList API
  • Card
    • CreateCardholder API
    • CreateCard API
    • QueryCardInfo API
    • ActiveCard API
    • TopUpCard API
    • CardWithdraw API
    • QueryCardTransaction API
    • QueryCardBalance API
    • FreezeCard API
    • UnFreezeCard API
    • CancelCard API
    • AddVpaScene API
    • UploadFile API
  1. Review

Upload SEPA File API

Testing Env
https://testpay.onlinepay.ai
Testing Env
https://testpay.onlinepay.ai
POST
/submit/transferOrder

Request

Body Params application/json

Example
{
  "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"
    }
  ]
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://testpay.onlinepay.ai/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"
    }
  ]
}'

Responses

🟢200Success
application/json
Body

Example
{
    "code": "string",
    "message": "string"
}
Modified at 2025-03-19 07:54:59
Previous
Refund API
Next
Query API
Built with