Example Integration Request
curl -i -X POST \
-H "Content-Type:application/x-www-form-urlencoded" \
-d "apiKey=1234" \
-d "storedCardId=244-1481634103-0-1" \
'REQUEST_ENDPOINT_URL_COMES_HERE(SEE BELOW)'Successful Response
| Parameter Name | Detail | Example |
|---|---|---|
| status | Status of the transaction | APPROVED |
| storedCardId | Store Card For Next Payment | 6-1474539891-0-1 |
Unsuccessful Response
| Parameter Name | Detail | Example |
|---|---|---|
| status | Status of the transaction | DECLINED |
| message | Return message that includes details for response | StoredCardId is required |
| code | Response code of the message | 216 |
Updated about 1 year ago
Did this page help you?