Authorization: Bearer ********************
{
"journeyId": "{{journeyId}}"
}
curl --location --request POST 'https://test-api.ucuzyolu.com/pay/resolve' \
--header 'client-id: 302382-1928283273-237723829-292999' \
--header 'Content-Type: application/json' \
--data-raw '{
"journeyId": ""
}'
{
"data": [
{
"id": 1,
"name": "Parolapara POS",
"type": "card",
"alias": "parolapara",
"hasGateway": true,
"has3d": true
}
],
"success": true,
"code": 0,
"message": ""
}