v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
DisputeAutomation

Create OAuth Token for Dispute Workflow

Creates an OAuth token for dispute workflows, enabling secure authentication for dispute resolution operations.

post/programs/{programCode}/accounts/{accountIdentifier}/disputes/tokens

Path parameters

programCodestring required

The program code identifying the BaaS program context.

accountIdentifierstring required

The unique identifier for the account associated with the dispute.

Headers

X-GD-RequestIdstring required

A unique request identifier for tracking and logging. Should be a GUID.

Response

OK

accessTokenstring nullable

The access token generated for the dispute operation.

tokenTypestring nullable

The type of token issued.

expiresIninteger nullable

The number of seconds until the access token expires.

scopestring nullable

The scope of access granted by the token.