Skip to main content
Skip table of contents

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}
GET /api/order?txid={txid}

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}
GET /api/order/status?orderTransactionId={orderTransactionId}

Returns the payment status of the order with the merchant external id or the Smobilpay for e-commerce internal id respectively.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.