Bridge
Bridge a Plaid token
Use Bridge to create a new paykey using a Plaid token as the source. This endpoint allows you to create a secure payment token linked to a bank account authenticated through Plaid.
post/v1/bridge/plaid
Headers
Straddle-Account-Idstring uuid
For use by platforms to specify an account id and set scope of a request.
Request-Idstring
Optional client generated identifier to trace and debug a request.
Correlation-Idstring
Optional client generated identifier to trace and debug a series of requests.
Idempotency-Keystring
Optional client generated value to use for idempotent requests.
Request body
Response
Created
Example response
{
"data": {
"institution_name": "Bank of America",
"status_details": {
"message": "Bank account sucesfully validated"
},
"bank_data": {
"routing_number": "021000021",
"account_number": "****1234"
}
}
}