跳到主要内容

概述

发卡账户资金提现。

提额

cURL -X POST /card-api/v1/payouts/create
-H 'Content-Type: application/json'
-H 'Authorization: {token}'
-d '{
"amount": 0.1,
"currency": "USD",
"program_value": 15
}'
字段描述
amount金额
currency币种
program_value账户卡类型
{
"code": "200",
"msg": "操作成功",
"trace_id": "9028b56cbc3d4512a3a7bc572338b251",
"data": {
"batch_no": "103955",
"account_id": "1016X10034767280883"
}
}
字段描述
batch_no使用批次号查询提额记录