For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Supplement Material Status

Endpoint: GET /v2/gc/virtual-accounts/{virtualAccountRequestId}/supplement-material

Description: Retrieve the review status of supplementary KYC material submitted for a virtual account application.

Request

Request Body Field Descriptions (JSON)

Field Name
Type
Required
Description

N/A

N/A

N/A

GET request does not require a JSON body.

Request sample

// No request body required for this GET endpoint.

Response

Response Field Descriptions

Field Name
Type
Description

code

number

Response code.

state

number

State of the response.

data

object

Supplement material review details.

message

string

Response message.

neoResponseId

string

Unique NeoX response identifier.

data object fields:

Field Name
Type
Description

virtualAccountRequestId

string

NeoX identifier for the virtual account application.

supplementMaterialInfo

object

The supplementary material details as originally submitted via the Supplement Virtual Account Material API.

submitTime

date string

Timestamp when the supplementary material was submitted (ISO 8601).

reviewStatus

string

Current review status. Enum: PENDING (awaiting review), APPROVED (accepted), REJECTED (not accepted).

reviewMessage

string

Reviewer comment or reason for rejection. Empty when reviewStatus is PENDING or APPROVED.

Response sample

Example cURL

Notes

  • Requires Bearer token in the Authorization header.

  • The Accept-Language header can be used to specify the response language (Support: "vi", "en").

  • No request body required.

  • Replace {virtualAccountRequestId} with the actual virtual account request ID returned by the Create Virtual Account API.

  • Use this endpoint to poll the material review result when the VIRTUAL_ACCOUNT webhook has not yet been received.

  • If reviewStatus is REJECTED, inspect reviewMessage for the reason, correct the material, and resubmit using the Supplement Virtual Account Material API.

Last updated

Was this helpful?