Skip to main content
GET
Show

Authorizations

Authorization
string
header
required

JWT issued by POST /api/v1.1/access-token/b2b. Send Authorization: Bearer <token>.

X-PARTNER-ID
string
header
required

Merchant API key (Credential.api_key). Required on every request.

Path Parameters

account_id
string
required

ULID of the account that owns the Virtual Account. Must belong to the authenticated merchant. Account ULID

Example:

"01H9X8ZK3M7QF4N2VTB6RYJWPC"

transaction_id
string
required

Business transaction id of the VA transaction to retrieve (the transaction_id value from the List response). VA transaction business id

Example:

"VA-20251024-0001H9X8ZK"

Response

Success

Standard success envelope wrapping a single VA transaction.

status
integer
required

HTTP status code of the response.

Example:

200

success
boolean
required

Always true for successful responses.

Example:

true

data
object
required

The requested VA transaction.