CargoWALLET supports webhooks, which allow you to receive notifications about changes to your transactions.
The integration flow for CargoWALLET is as follows:
CargoWallet offers a way for developers to integrate payment features into their web applications. The SDK allows users to interact with a "Pay Now" button for making payments or receiving payments. There are three primary methods provided by the SDK:
CargoWallet.init: Initializes the SDK and renders the "Pay Now" button within your application.
CargoWallet.pay: Prepares the payment for the user and redirects them to the CargoWallet platform to complete the payment.
CargoWallet.createPayment: Prepares a payment request and sends a notification to the payer to pay the transaction, but without redirection.
Sequence Diagram