Reserved AccountsReserved Account Details

Reserved Account Details

Retrieve details of a specific reserved virtual account.

Endpoint

GET https://mainapi.cashonrails.com/api/v1/reserved_account/{id}

Request Headers

HeaderTypeDescription
AuthorizationstringBearer token with your secret key

URL Parameters

ParameterTypeDescription
idstringThe ID of the reserved account

Sample Request

curl --location 'https://mainapi.cashonrails.com/api/v1/reserved_account/12345' \
--header 'Authorization: Bearer YOUR_SECRET_KEY'