Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://ramp-sandbox.hexarails.ai/virtual-account/detail \ --header 'X-API-Key: <api-key>'
{ "status": "SUCCESS", "data": { "id": "va_123", "customerId": "12345", "customerName": "John Doe", "currency": "AUD", "accountNumber": "12345678", "bicSwift": "123-456", "payId": "john.doe@example.com", "iban": "IBAN1234567890", "createTime": "2024-01-01T00:00:00Z", "status": "VERIFIED", "bankName": "Example Bank", "bankAddress": "123 Example Street, London, UK" } }
Retrieves fiat VA detail by ID
Virtual account ID
"va_123"
Get VA detail successful
Success response status
SUCCESS
"SUCCESS"
Response data
Show child attributes