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 NameDetailExample
statusStatus of the transactionAPPROVED
storedCardIdStore Card For Next Payment6-1474539891-0-1

Unsuccessful Response

Parameter NameDetailExample
statusStatus of the transactionDECLINED
messageReturn message that includes details for responseStoredCardId is required
codeResponse code of the message216

Did this page help you?