Tapxyz API
  1. Payin
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
  • Query
    • Query API
    • QueryBalance API
    • QueryOrderList API
    • QueryOrderAmount API
  1. Payin

SPEI API

POST
/payment
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

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/payment' \
--header 'paymentType: SPEI' \
--header 'Content-Type: application/json' \
--data-raw '{
  "merNo": 111111,
  "merOrderNo": "222222",
  "currencyCode": "USD",
  "sourceAmount": "100.05",
  "returnUrl": "https://example.com",
  "notifyUrl": "https://example.com/notify",
  "sign": "906FDF4880B00B00281F2AB61AE9A721",
  "ipAddress": "192.168.1.1",
  "version": "V3.0.0"
}'
Response Response Example
{
    "code": "string",
    "message": "string",
    "data": {
        "payCode": 0,
        "tradeNo": "string",
        "merorderNo": "string",
        "payUrl": "string"
    }
}
Modified at 2025-12-12 07:03:04
Previous
SEPA API
Next
Union Pay API
Built with