Skip to main content

Virtual Account

GET 

/virtual-account/identity

Query identity information of the Virtual Account.

To call this API, you must successfully link a VA account.

Steps to link a VA account:

  1. Create a grant /grant/token with scopes set to virtual_account, and specify virtualAccountNumber following the structure provided by Cas, along with fiServiceId, the financial service ID for the VA.
  • virtualAccountNumber: configured per application and per corresponding financial service.
  • fiServiceId: use /fi-services to retrieve this info.
  1. Open the Cas Link interface using the grantToken returned in step 1. See details
  2. After the user completes verification, your interface will receive a publicToken. Use it to obtain an accessToken for the grant.
  3. Use the returned accessToken to call this API.

Responses

Success