Returns provided service
This GET endpoint is used to retrieve the details of the provided service. <br> To use this endpoint, you need to provide the destination_token as a required parameter in the URL Path. <br> The response will include a JSON object containing details for the company, including the company name, and pricing.
Path parameters
Destination token
Query parameters
Whether to include the payers logo in base64 format.
Returns the results fee based on the given amount, defaults to $200
Filter services that support the destination currency
Optional. If provided, the source currency must match one of the currencies associated with the client’s issued clnt_wlt wallets. If not specified, the system will automatically select one of the eligible wallet source currencies.
Headers
Unique key to prevent duplicate processing
Response
Successful operation.
Example response
{
"country_code": "MEX",
"payers": [
{
"destination_token": "123e4567-e89b-12d3-a456-426614174000",
"payer_logo": "U3dhZ2dlciByb2Nrcw==",
"payer_name": "Elektra",
"exchange_rate": [
{
"currency_symbol": "MXN",
"exchange_rate": 18.37
}
],
"fee": 8,
"max_limit": 10000,
"source_amount": 104.3,
"number_of_locations": 13007,
"estimated_availability": "2020-07-21T17:32:28Z",
"additional_description": "Requires drivers license to pickup funds"
}
]
}