API Resend card via sms
NOTE
Only applies to transactions with card purchases via "sms". When calling the API, the card code will be sent back to the user's phone number.
Endpoint: /api/v1/service/shopcard/resendCard/{partnerRefId}
Method: POST
Header: How to generate JWT_TOKEN
{
"X-APPOTAPAY-AUTH": Bearer JWT_TOKEN,
"Content-Type": "application/json"
}
Params
Params | Required | Type | Description |
---|---|---|---|
partnerRefId | √ | String | Counterparty transaction code included in API url |
Data result
Params | Type | Description |
---|---|---|
errorCode | Integer | Error code return |
message | String | Detailed description of the error code |