v2
latestOpenAPI 3.1.0MIT2026-08-0512106137.3 KBCreate Charge
Initiate an account-to-account charge. X-GatePay-On-Behalf-Of specifies the initiating account ID for this transaction, and accountId specifies the payer account ID (the debited account). In the current version, this is a synchronous API and returns the final execution result directly.
Headers
The clientId assigned when the merchant registers an application in the Gate merchant console.
Millisecond timestamp; the difference from server time must not exceed 30 seconds.
Random string. Must comply with HTTP header rules; recommended length is within 32 characters, composed of digits and letters.
Request signature. GatePay uses this signature to verify whether the request is valid.
Required delegated subject header. Provide the initiating account ID for this transaction. It can be an institution account ID or a sub-account ID.
Request body
Response
Success
Example response
{
"status": "SUCCESS",
"code": "000000"
}