Request
Body Params application/json
transactionId
string | null
optionalcallback_URL
string | null
optionalinstallment
integer <int32>
optionalmaxInstallment
integer <int32>
optional{
"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 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