Reserved Account Details
Retrieve details of a specific reserved virtual account.
Endpoint
GET https://mainapi.cashonrails.com/api/v1/reserved_account/{id}
Request Headers
Header | Type | Description |
---|---|---|
Authorization | string | Bearer token with your secret key |
URL Parameters
Parameter | Type | Description |
---|---|---|
id | string | The ID of the reserved account |
Sample Request
curl --location 'https://mainapi.cashonrails.com/api/v1/reserved_account/12345' \
--header 'Authorization: Bearer YOUR_SECRET_KEY'