Payflex · Example Payload

Order Status Response

BNPLBuy Now Pay LaterPaymentsInstallmentsSouth AfricaFintechE-commerce

Order Status Response is an example object payload from Payflex, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

orderIdorderStatusmerchantReferenceamountconsumer

Example Payload

Raw ↑
{
  "orderId": "ord_abc123xyz",
  "orderStatus": "Approved",
  "merchantReference": "12345",
  "amount": 299.99,
  "consumer": {
    "phoneNumber": "+27821234567",
    "givenNames": "Jane",
    "surname": "Smith",
    "email": "jane.smith@example.com"
  }
}