Get Virtual Account by ID

Sometime, you need to know the detail for your virtual account. This endpoint can be used to get the latest details from your virtual account.

Path Parameter
Type
Description

id

string

ID of the Virtual Account object

GET https://us-central1-appgregator.cloudfunctions.net/xendit/va/find/:id/

Query Parameters

Name
Type
Description

name*

String

ft-4

connection_name*

String

xendit-sanbox-1

Headers

Name
Type
Description

x-api-key*

String

U2Fsd...

{
    "is_closed": false,
    "status": "INACTIVE",
    "currency": "IDR",
    "owner_id": "6279ce4495d10c9afc3171b8",
    "external_id": "va_0016",
    "bank_code": "BNI",
    "merchant_code": "8808",
    "name": "XDT-aplikasi keuangan",
    "account_number": "8808999961339732",
    "expected_amount": 50000,
    "is_single_use": true,
    "expiration_date": "2053-11-10T17:00:00.000Z",
    "id": "636defe4c1cb35eb813ea16d"
}
curl --location --request GET 'https://us-central1-appgregator.cloudfunctions.net/xendit/va/find/636defe4c1cb35eb813ea16d?name=ft-4&connection_name=xendit-sanbox-1' \
--header 'x-api-key: U2Fsd...'

Last updated