card_auth_loop_endpoint_id
registered and the API will send an HTTP
request for every card authorization. When a card authorization comes
in, an HTTP POST request will be sent to the URL specified in the Card
Auth Loop Endpoint object. The value returned from that request will
determine if the authorization is rejected or not. See below for
details.
/card_auth_loop_endpoint
endpoint enabled in order to use this functionality.card_auth_loop_endpoint_id
is called.
When a card authorization comes in, an HTTP POST request will be sent
to the URL specified in the Card Auth Loop Endpoint object. The POST
receives a JSON body of a Card Event and must
return an empty JSON body and one of these HTTP codes:
HTTP Code | Action | Meaning |
---|---|---|
200 | accept | The authorization is accepted. |
402 | reject | The authorization is rejected and the transaction fails. |