v1
latestOpenAPI 3.1.0MIT2026-07-211097127.9 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.
UTC timestamp in milliseconds when the request is generated. GatePay will not process requests where the difference from the receive time exceeds 10 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"
}