Request
Body Params application/json
{
"d": {
"code": 0,
"user": "string",
"pass": "string",
"guid": "string",
"gsm": "string",
"amount": "string",
"order_ID": "string",
"transactionId": "string",
"callback_URL": "string",
"installment": 0,
"maxInstallment": 0
}
}
Request Code Samples
curl --location --request POST 'https://testapi.flyp.com.tr/paramapi/TPModalPayment' \
--header 'Content-Type: application/json' \
--data-raw '{
"d": {
"code": 0,
"user": "string",
"pass": "string",
"guid": "string",
"gsm": "string",
"amount": "string",
"order_ID": "string",
"transactionId": "string",
"callback_URL": "string",
"installment": 0,
"maxInstallment": 0
}
}'
Modified at 2024-12-31 08:36:35