Payflex · Example Payload

Refund Request

BNPLBuy Now Pay LaterPaymentsInstallmentsSouth AfricaFintechE-commerce

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

Top-level fields

requestIdamountisPluginmerchantRefundReference

Example Payload

Raw ↑
{
  "requestId": "Order #12345-ab3cd4ef",
  "amount": 99.99,
  "isPlugin": true,
  "merchantRefundReference": "Order #12345-ab3cd4ef"
}