2. Tsunami ๐
You can use this service to initiate payments under the batch payment method. With this service, you can send your payment orders to Paywall. The payments will be completed, and a callback notificatio
Initiate Payment (Tsunami)
Parameter
Type
Compolsory
Description
{
"PaymentDetail": {
"Amount": 4.53,
"MerchantUniqueCode": "{{$guid}}",
"CurrencyId": 1,
"Installment": 2,
"CallbackAddress": "https://webhook.site/fdd9d71c-4381-481f-abf4-2fba544f8a2d",
"ChannelId": 0,
"TagId": 0,
"ClientIP": "1.1.1.1",
"Half2D": false,
"CallbackBodySplit": false,
"CallbackBodyCompression": false
},
"CardMethod": 2, // 1: General card for all products | 2: Single card for each product
// Eฤer 1 gelirse aลaฤฤฑdaki kart nesnesi
"CardModel": 1, // 1: ECommerce | 2: Insurance
"Payments": [
{
"Customer": {
"FullName": "FullName",
"Phone": "5336662211",
"Email": "[email protected]",
"Country": "Country",
"City": "City",
"Address": "Address",
"IdentityNumber": "IdentityNumber",
"TaxNumber": "TaxNumber"
},
"Product": {
"ProductId": "1",
"ProductName": "12",
"ProductCategory": "1",
"ProductDescription": "denemr",
"ProductAmount": 1.51
},
"Card": {
"OwnerName": "Enes Tรผtรผncรผ",
"Number": "5528790000000008",
"IdentityNumber": "",
"ExpireMonth": "12",
"ExpireYear": "2030",
"Cvv": "123"
}
}
]
}Parameter
Type
Compolsory
Compolsory
Parameter
Type
Compolsory
Description
Parameter
Type
Compolsory
Description
Parameter
Type
Description
Last updated