Get Virtual Account History

GET /v0/customers/{customer_id}/virtual-account/{virtual_account_id}/history

Returns Virtual Account transaction history.

Path parameters

Name
Type
Required
Description

customer_id

string

Yes

The unique identifier of the customer

virtual_account_id

string

Yes

The unique identifier of the virtual account

Header parameters

Name
Type
Required
Description

Authorization

string

Yes

Token for authentication

Responses

  • 200 — Successful virtual account history retrieval Content-Type: application/json Response schema: object

Last updated