3. Non-Secure (Insurance)
The Direct Payment service initiates the payment collection process from the card information as soon as you send the request and returns the transaction result within the response.
Direct Payment (Insurance)
Parameter
Type
Compulsory
Description
{
"PaymentDetail": {
"Amount": 4.44,
"MerchantUniqueCode": "{{$guid}}",
"CurrencyId": 1,
"MerchantSuccessBackUrl": "https://itspaywall.com/successful",
"MerchantFailBackUrl": "https://itspaywall.com/unsuccessful",
"Installment": 1,
"ChannelId": 0,
"TagId": 0,
"ClientIP": "1.1.1.1"
},
"Card": {
"OwnerName": "test",
"CardNoFirst": "41197901",
"CardNoLast": "6389",
"InquiryValue": "17654932298",
"ExpireMonth": "03",
"ExpireYear": "2030",
"UniqueCode": "",
"cardSave": {
"nickname": "test karti",
"relationalId1": "007",
"relationalId2": "",
"relationalId3": "",
"save": false
}
},
"Customer": {
"FullName": "FullName",
"Phone": "5555555555",
"Email": "[email protected]",
"Country": "Country",
"City": "City",
"Address": "Address",
"IdentityNumber": "IdentityNumber",
"TaxNumber": "TaxNumber"
},
"Products": [
{
"MemberId": 0,
"ProductId": "ProductId",
"ProductName": "ProductName",
"ProductCategory": "ProductCategory",
"ProductDescription": "ProductDescription",
"ProductAmount": 4.44
}
]
}Parameter
Type
Compulsory
Description
Parameter
Type
Compulsory
Description
Parameter
Type
Compulsory
Description
Parameter
Type
Compulsory
Description
Parameter
Type
Description
Last updated