Show
Retrieve a single Virtual Account money-in transaction by its business transaction id.
The transaction_id path parameter is the business identifier (va_transactions.transaction_id) returned by the List endpoints — not the numeric database primary key. The transaction must belong to a Virtual Account under the supplied account_id, and that account must belong to the authenticated merchant.
Authorizations
JWT issued by POST /api/v1.1/access-token/b2b. Send Authorization: Bearer <token>.
Merchant API key (Credential.api_key). Required on every request.
Path Parameters
ULID of the account that owns the Virtual Account. Must belong to the authenticated merchant. Account ULID
"01H9X8ZK3M7QF4N2VTB6RYJWPC"
Business transaction id of the VA transaction to retrieve (the transaction_id value from the List response).
VA transaction business id
"VA-20251024-0001H9X8ZK"
