v1
latestOpenAPI 3.0.02026-08-06112728.7 KBCard
Apply for organization card
Requires card.create permission.
post/apply
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
{
"product_id": 1,
"top_up_amount": "100.00",
"token_type": "USDT",
"user_email": "jane@example.com",
"holder_name": "Jane Doe",
"card_alias": "Travel card"
}Response
Standard response envelope
Example response
{
"data": {
"id": "a441831c-a5c7-4bed-8f61-793738afd5bc",
"status": "init",
"total_top_up_amount": "100.00",
"total_fee": "1.00",
"total_pay_amount": "101.00"
}
}