post https://{environment}.deema.me/api/merchant/v1/purchase
This API endpoint enables the creation of an online checkout order, where all payment information is included within the request to facilitate customer payments via deema. The response will return a order_reference
, order status
, and a redirect_link
. Be sure to store the order_reference
in your database to retrieve order details later, and direct customers to the redirect_link
to complete the transaction smoothly through deema.