Get Off-Ramp Status
Check the current status of an off-ramp transaction.
Endpoint
GET /v1/offramp/status/:referenceAuthentication
Credential
Header value
Path parameters
Parameter
Type
Description
Example request
curl -X GET https://ramp-api.ivorypay.io/api/v1/offramp/status/660e8400-e29b-41d4-a716-446655440001 \
-H "Authorization: your_api_key"const response = await fetch(
"https://ramp-api.ivorypay.io/api/v1/offramp/status/660e8400-e29b-41d4-a716-446655440001",
{
method: "GET",
headers: {
"Authorization": "your_api_key",
},
}
);
const data = await response.json();
console.log(data);import requests
response = requests.get(
"https://ramp-api.ivorypay.io/api/v1/offramp/status/660e8400-e29b-41d4-a716-446655440001",
headers={
"Authorization": "your_api_key",
},
)
print(response.json())Example response
Transaction statuses
Status
Description
Last updated