v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBBACS
Get BACS transaction [beta]
Get a BACS transaction given its identifier in the path.
get/v1/payments/bacs/directcredit/{id}
Path parameters
idstring required
BACS transaction ID.
Headers
Authorizationstring required
Account token - token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message
x-tenantstring required
Organization identifier.
x-cidstring
Request tracking identifier. If not provided, a random UUID is generated.
Response
Get BACS transaction response body
Example response
{
"id": "1374f841568e4ff4b363b023c170ecdr",
"status": "PROCESSING",
"amount": 600
}