Skip to main content
POST
Grant an FDX authorization request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

FDX authorization grant

auth_request_id
string<uuid>
required

The ID of the FDX authorization request.

status
enum<string>
required

Whether the end customer was authenticated by the Fintech and authorized Plaid access to their data, or whether there was an error in the authentication.

Available options:
DENIED,
ERROR,
GRANTED
business_id
string

The UUID of the business associated with the FDX token. One of customer_id or business_id must be provided.

customer_id
string

The UUID of the customer associated with the FDX token. One of customer_id or business_id must be provided.

Response

FDX authorization grant response

redirect_uri
string
required

URI to redirect to after successful authorization.