2. Tsunami 🌊
Toplu ödeme yöntemi kapsamında ödeme başlatmak için bu servisi kullanabilirsiniz. Bu servis ile ödeme emirlerinizi Paywall'a gönderebilirsiniz. Ödemelerinizi tamamlayacak ve geri bildirim gönderilecek
Ödeme Başlat (Tsunami)
Parametre
Tip
Zorunlu
Açıklama
{
"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"
}
}
]
}Parametre
Tip
Zorunlu
Açıklama
Parametre
Tip
Zorunlu
Açıklama
Parametre
Tip
Zorunlu
Açıklama
Parametre
Tip
Açıklama
Last updated