2.3.5 Mock tx resend
Path:/openapi/card/mock/tx/resend
Method:POST
Content-Type:application/json
Response Content-Type:application/json
Description:
If you want to test the TRANSACTION_CHANGE
notify type, you can invoke this API to resend the transaction.
Example Request:
{
"card_id": "00003454323400000028888",
"txid": "2023101610280651702869308"
}
Request Parameter:
Parameter Name | Type | Required | Description |
---|---|---|---|
card_id | string | true | Card ID |
txid | string | true | THE txid |
API Response:
Parameter name | Type | Description |
---|---|---|
code | string | Error code |
msg | string | Error message |
Example Response:
{
"code": "00000",
"msg": "ok"
}