Top up Virtual Card
Top up Virtual Card
Brief Description
- Top up Virtual Card
Request Method
- POST
open/api/card/deposit
Parameters
| Parameter Name | Required | Type | Length | Description |
|---|---|---|---|---|
| cardId | Yes | string | Card ID | |
| amount | Yes | String | 24 | Topup Amount (USD), 60 represents $0.6 (minimum 60) |
| orderNo | Yes | string | 64 | Order Number |
Request Example
{
"cardId": "c_xxxxxxxxxx",
"amount": "1000",
"orderNo": "XXXX"
}jsReturn Parameter Description
| Parameter Name | Type | Description |
|---|---|---|
| success | boolean | Success flag |
| error | boolean | Error flag |
| code | long | Return code |
| msg | string | Return message |
| traceId | string | traceId |
| model | object | Return content |
Return Example
{
"code": "0",
"msg": "Success",
"model": null,
"traceId": "665597457b9bXXcb000187a035002030",
"success": true,
"error": false
}Updated 3 days ago
Did this page help you?
