Integration Flow

The integration flow for CargoWALLET is as follows:

a. You add the payment buttons to your web page. b. Your buyer clicks on a button. c. Your backend server calls the CargoWALLET Orders API with all the information needed. d. Your backend server launches the CargoWALLET Checkout experience app.cargo-wallet.com/pay to?uuid=${prefillId} e. The buyer approves the payment in CargoWALLET. The transaction can be either COMPLETED or DECLINED. If the buyer doesn’t finalize the payment process, no transaction will be created in CargoWALLET. f. Your backend receives the callback from CargoWALLET Orders API and gets the transaction status. g. You display a confirmation message to your buyer. h. Request description

Sequence Diagram

Last updated