curl --request GET \
--url https://api.onepay.la/v1/utilities/providers/{provider}/{reference} \
--header 'Authorization: Bearer <token>'{
"provider_id": "9d16ae79-0cbb-4689-b021-09e7128f95ac",
"provider_name": "Watsica-Mohr",
"reference": "2381762387",
"amount": 250000,
"expiration_date": null,
"reference2": null
}
Obtenga los detalles de un convenio por referencia.
curl --request GET \
--url https://api.onepay.la/v1/utilities/providers/{provider}/{reference} \
--header 'Authorization: Bearer <token>'{
"provider_id": "9d16ae79-0cbb-4689-b021-09e7128f95ac",
"provider_name": "Watsica-Mohr",
"reference": "2381762387",
"amount": 250000,
"expiration_date": null,
"reference2": null
}
{
"provider_id": "9d16ae79-0cbb-4689-b021-09e7128f95ac",
"provider_name": "Watsica-Mohr",
"reference": "2381762387",
"amount": 250000,
"expiration_date": null,
"reference2": null
}
Was this page helpful?