Payment
Create a new payment
post/payment
Headers
Datestring
GMT server time (e.g. Tue, 21 Jan 2025 12:00:00 GMT). Required for every request.
Authorizationstring
HMAC-SHA256 Signature header. See the Authentication guide.
Digeststring
SHA-256 digest of the request body (when a body is present).
Request body
Example request
{
"payment_method": 1,
"chain": "ETHEREUM",
"token_id": "USDT"
}Response
Changes
Changed in 1 of the 2 revisions of this API.1
- ○
added the new optional request property
force_createnew-optional-request-property
- ○