public.offramps
Get Offramp
Retrieves a specific offramp by ID for the authenticated merchant
get/v1/offramps/{id}
Path parameters
idstring required
Offramp ID (UUID format)
Response
OK
Example response
{
"developer_fee": {
"percentage": "1.5"
},
"settlement": {
"destination_bank": {
"account_name": "Jane Doe",
"account_number": "0123456789",
"bank_code": "058"
}
},
"type": "PERMANENT"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.