Skip to main content

Common parameters

This page is a shared reference for status values returned across BBMSL Online Payment API responses. Use it alongside the individual endpoint pages to interpret order.status and transaction.status fields.

Order status

The following values may appear in the order.status field of any API response.

StatusDescription
OPENOrder created, waiting for payment.
SUCCESSOrder completed and fulfilled.
VOIDEDOrder cancelled before settlement.
REFUNDEDOrder completed, but payment was refunded.
CLOSEDOrder expired, no further actions possible.
SETTLEDOrder settled to merchant.

Transaction status

The following values may appear in the transaction.status field of any API response.

StatusDescription
SUCCESSTransaction approved.
DECLINEDTransaction rejected by scheme/issuer.
VOIDEDTransaction cancelled.
REFUNDEDTransaction refunded to the cardholder.
SETTLEDTransaction settled to merchant.

See also