v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
DisputeAutomation

Get Tokenized Dispute URL

Generates a tokenized URL for dispute workflows, allowing secure access to dispute resolution pages for the specified account.

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

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.

X-GD-ClientIpstring

The IP address of the client making the request.

Request body

caseTypestring nullable

The type of case for which the tokenized URL is being requested (e.g., "dispute", "inquiry").

accessTokenstring nullable

The access token used for authentication or authorization.

qfdChannelstring nullable

The channel through which the request is made (e.g., "web", "mobile", "api").

Response

OK

disputeUrlstring nullable

The tokenized dispute URL for customer access or redirection.

customerDataobject nullable

A dictionary containing custom customer data associated with the dispute or tokenized URL.