查询收款卡(Card Query for B2C)
Request
Body Params application/json
{
"platformType": "Amazon_NA",
"userId": "string",
"startTime": "string",
"endTime": "string",
"pageNum": 1,
"pageSize": 1
}
Responses
application/json {
"records": [
{
"platformType": "Amazon_NA",
"payeeCardId": "string",
"currencies": [
"string"
],
"cardNo": "string",
"cardName": "string",
"status": "OPENING",
"nextCancelDate": "string",
"shopIdList": [
"string"
],
"createTime": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"pages": 0
}
Modified at 2024-10-14 01:09:48