Some payment methods, such as bank transfers, do not return to our server after completion. These methods, termed “Push Payments,” involve presenting the user with payment details (like a QR code), after which there is no return to your merchant page. The transaction is an open order, with the payment being pushed to the order asynchronously by the buyer.
In Embed, a push payment will immediately complete using the onComplete
without presenting
the buyer with the approval URL. We recommend you link our transaction ID to your order,
and then either redirect the user to the approval_url
on the transaction, or present that
same URL in a popup or <iframe>
if possible.