Payflex · Example Payload

Token Request

BNPLBuy Now Pay LaterPaymentsInstallmentsSouth AfricaFintechE-commerce

Token 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

client_idclient_secretaudiencegrant_type

Example Payload

Raw ↑
{
  "client_id": "your-client-id",
  "client_secret": "your-client-secret",
  "audience": "https://auth-production.payflex.co.za",
  "grant_type": "client_credentials"
}