2.1.33 Proceed Card Application Payment-v2
Path:/v2/openapi/card/pay
Method:POST
Content-Type:application/json
Response Content-Type:application/json
Description:
Example Request:
{
"mc_trade_no": "48d2741747a4493223fe010"
}
Request Parameter:
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| mc_trade_no | string | true | Transaction number, merchant defined; Maximum 64 characters |
API Response:
| Parameter Name | Type | Description |
|---|---|---|
| code | string | Error code |
| msg | string | Error message |
Example Response:
{
"code": "00000",
"msg": "ok"
}