API Reference
The Smobilpay for e-commerce Payment API exposes four simple REST endpoints.
These endpoints permit to do the following operations
POST /api/order | Create a new payment order transaction |
DELETE /api/order/{txid} | Cancel the order with id txid. |
GET /api/order?orderMerchantId={orderMerchantId} | Returns the details of the order with the merchant external id or the Smobilpay for e-commerce internal id respectively. |
GET /api/order/status?orderMerchantId={orderMerchantId} | Returns the payment status of the order with the merchant external id or the Smobilpay for e-commerce internal id respectively. |