Server to server communication

Checkout decision report

When Raylo has taken a decision to either approve or decline a given checkout it will perform an HTTP POST request to the merchant's <SERVER_TO_SERVER_URL> (which has been provided by the merchant during the checkout creation) with the following JSON body:

{
  "payload": "<JWT>"
}

Notes:

Last updated

Was this helpful?