Get virtual transaction
GET
https://api.eu-west-1.aworld.cloud/app/v1/virtualTransactions/{virtualTransactionId}
VirtualTransactions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.eu-west-1.aworld.cloud/app/v1/virtualTransactions/'
Response Response Example
{
"virtualTransactionId": "string",
"userId": "string",
"virtualCurrencyId": "string",
"amount": 0,
"direction": "CREDIT",
"state": "PENDING",
"initiator": "string",
"initiatorType": "USER",
"counterpart": "string",
"counterpartType": "USER",
"redemptionMode": "AUTO",
"virtualTransactionGroupId": "string",
"redemptionGroupId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"redeemedAt": "2019-08-24T14:15:22Z",
"expiresAt": "2019-08-24T14:15:22Z"
}
Request
Path Params
virtualTransactionId
string
required
Responses
Modified at 2025-06-25 15:15:28