v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Transaction

Route a transaction

Route a card transaction to a financial account. Only available for select use cases and programs.

post/v1/transactions/{transaction_token}/route

Path parameters

transaction_tokenstring uuid required

The token of the transaction to route.

Request body

financial_account_tokenstring uuid required

The token of the financial account to route the transaction to.

Example request

{
  "financial_account_token": "00000000-0000-0000-0000-000000000000"
}

Response

Accepted