Some payment methods, such as bank transfers, do not return to the 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 the merchant page. The transaction is an open order, with the payment being pushed to the order asynchronously by the buyer.Documentation Index
Fetch the complete documentation index at: https://docs.gr4vy.com/llms.txt
Use this file to discover all available pages before exploring further.
Embed usage
In Embed, a push payment immediately completes using theonComplete without presenting
the buyer with the approval URL. Link the transaction ID to the 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.