cURL
curl --request GET \ --url https://api.bridge.com.do/accounts/{accountId}/transactions/{transactionId} \ --header 'Authorization: Bearer <token>' \ --header 'X-Scoped-Token: <x-scoped-token>'
{ "transaction": { "id": "txn_ckB4a8Ly6PojhwoT", "accountId": "acc_zP2oiEAvu7LnuUVc", "amount": 123, "date": "2024-12-28", "description": "<string>", "status": "pending", "transactionRefresh": "txr_01J8XGKZP8K9V7J552EPPD89HM", "reference": "<string>" } }
Buscar una transacción por su identificador.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Identificador de la cuenta de la transacción.
Identificador de la transacción a buscar.
Show child attributes