v1

latestOpenAPI 3.1.02026-07-21152963.1 KB

Create Bank Account

Create a linked bank account for OTC settlement.

post/withdraw/open/otc/api/bank/create

Headers

X-GatePay-Certificate-ClientIdstring required

Merchant application client ID used to identify the calling app.

X-GatePay-Signaturestring required

HMAC signature generated from the request according to GatePay signing rules.

X-GatePay-Timestampstring required

Unix timestamp used for replay protection and signature verification.

X-GatePay-Noncestring required

Random nonce used together with the timestamp to prevent replay attacks.

Response

Success

codestring

Business response code.

statusstring

Top-level request status.

errorMessagestring

Error message returned when the request fails.

Example response

{
  "code": "000000",
  "data": {
    "bankAccountId": "2897434",
    "needSupplementMaterial": false
  },
  "status": "SUCCESS",
  "errorMessage": ""
}