Request
Body Params application/json
Request Code Samples
curl --location --request POST 'https://api.pelagotech.com/openapi/fiat/getPayProducts' \
--header 'X-App-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "string"
}'
Responses
{
"code": 0,
"data": [
{
"productId": 0,
"productName": "string",
"returnUrl": "string"
}
],
"msg": "string"
}
Modified at 2026-02-05 01:10:12