Chime · Example Payload

Oauth Token Request

FintechNeobankBankingChecking AccountsSavings AccountsEarly Paycheck AccessCredit BuildingPeer-to-Peer PaymentsConsumer Banking

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

Top-level fields

grant_typecoderedirect_uriclient_idclient_secretcode_verifier

Example Payload

Raw ↑
{
  "grant_type": "authorization_code",
  "code": "auth_code_xyz789",
  "redirect_uri": "https://yourapp.example.com/oauth/callback",
  "client_id": "your_client_id",
  "client_secret": "your_client_secret",
  "code_verifier": "dBjftJeZ4CVP-mB92K27uhbUJU1p1r_wW1gFWFOEjXk"
}