post https://api.dev.cargo-wallet.com/orders/create
The /orders/create API endpoint in CargoWALLET initiates a new payment transaction and will return the transaction ID as well as the link to CargoWALLET for the user to finalize the transaction.
(Please note that the API calls demonstrated in the README documentation may appear slower than expected. However, when calls are made directly to the API, the performance is significantly faster).
The API will send an answer to the callback with :
transaction_id : This is the order_id in cargowallet system
link_payment : the link that should be use by the payer to open the wallet to the payment page.