Get VA for Top Up
Method and URL
GET
| [BASE_URL]
/v1/payment-channels/virtual-accounts/[payment-channel-id]/top-up
Response
Example Response Body
{
"code": "string",
"message": "string",
"data": {
"uuid": "63a903c1-ec0b-46f1-8491-1595cd47985d",
"merchantId": "047ff034-c8dc-4472-8931-4214674463de",
"paymentMethodId": "d26e581e-67a0-4785-883f-9c2a1d92ee65",
"referenceNumber": "7664012751673525",
"createdAt": "2024-09-13T08:13:12Z",
"updatedAt": "2024-09-13T08:13:12Z"
}
}
Response Data Schema
Schema Path
Description
Data Type Validation
code
Response Code from Pivot
String
message
Human readable message that represent response from Pivot
String
data
Response Data from Pivot for VA Object
Object
data.uuid
Unique Identifier of the VA
String
data.merchantId
Your Merchant ID
String
data.referenceNumber
The VA Number, you can show it in your platform
String
Last updated