Skip to main content
POST
create payment

Authorizations

X-API-Key
string
header
required
X-API-Secret
string
header
required

Body

multipart/form-data
deductCurrency
enum<string>
required

currency to deduct from your balance

Available options:
USDT,
USDC
Example:

"USDT"

amount
string
required

Amount to pay

Example:

"100"

currency
string
required

Currency to pay

Example:

"USD"

bankAccountId
string
required

The ID of the bank account to pay

Example:

"d33cb6ae-cc67-40e7-b92d-babb255f1774"

reference
string
required

Payment Reference

Example:

"payment-123456"

supportingDocument
file

Supporting document

Response

Get payment detail successful

status
enum<string>
required

Success response status

Available options:
SUCCESS
Example:

"SUCCESS"

data
object
required

Response data