Receive a payment callback
callback_url is a valid endpoint on the merchant side.
API call
GET https://merchant.com/callback?order_id={udpated_order_id}
After receiving the callback request on the callback endpoint. You should use the provided `order_id` query parameter to check the order's payment_status on our side and do post-payment procedures on your side
Last updated