Post Callback Flow

During your Javascript integration you will need to setup a process to handle the post callback on the return url.

The POST will return to that URL with the customer_id provided and the katapult_id associated with the order. Your team will be responsible for handling storing the information received by Katapult. Once successful, the customer will be redirect to your order confirmation page.

The GET will redirect the customers to your order confirmation page or the thank you page, wherever you want the customer to go after their payment has been successfully completed.

1280