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

Account ULID

statement_id
string
required

Statement transaction_id

Response

Success — data is MerchantStatementResource

Success envelope for GET /v1.0/statements/{account_id}/{statement_id} — single resource, no pagination / additional_info (those only apply to the List endpoint's paginated query).

status
integer
Example:

200

success
boolean
Example:

true

data
object

Single statement row from StatementTransformer. kind is virtual-account when trxable_type is App\Models\VATransaction, otherwise disbursement in the transformer (other trx types map to that branch).