Created
September 21, 2016 13:19
-
-
Save derinbay/f1266bbbba7445c0997838b1be1cd1c5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"locale": "tr", | |
"conversationId": "123456789", | |
"price": "1.0", | |
"basketId": "B67832", | |
"paymentGroup": "PRODUCT", | |
"buyer": { | |
"id": "BY789", | |
"name": "John", | |
"surname": "Doe", | |
"identityNumber": "74300864791", | |
"email": "[email protected]", | |
"gsmNumber": "+905350000000", | |
"registrationDate": "2013-04-21 15:12:09", | |
"lastLoginDate": "2015-10-05 12:43:35", | |
"registrationAddress": "Nidakule Göztepe, Merdivenköy Mah. Bora Sok. No:1", | |
"city": "Istanbul", | |
"country": "Turkey", | |
"zipCode": "34732", | |
"ip": "85.34.78.112" | |
}, | |
"shippingAddress": { | |
"address": "Nidakule Göztepe, Merdivenköy Mah. Bora Sok. No:1", | |
"zipCode": "34742", | |
"contactName": "Jane Doe", | |
"city": "Istanbul", | |
"country": "Turkey" | |
}, | |
"billingAddress": { | |
"address": "Nidakule Göztepe, Merdivenköy Mah. Bora Sok. No:1", | |
"zipCode": "34742", | |
"contactName": "Jane Doe", | |
"city": "Istanbul", | |
"country": "Turkey" | |
}, | |
"basketItems": [ | |
{ | |
"id": "BI101", | |
"price": "0.3", | |
"name": "Binocular", | |
"category1": "Collectibles", | |
"category2": "Accessories", | |
"itemType": "PHYSICAL" | |
}, | |
{ | |
"id": "BI102", | |
"price": "0.5", | |
"name": "Game code", | |
"category1": "Game", | |
"category2": "Online Game Items", | |
"itemType": "VIRTUAL" | |
}, | |
{ | |
"id": "BI103", | |
"price": "0.2", | |
"name": "Usb", | |
"category1": "Electronics", | |
"category2": "Usb / Cable", | |
"itemType": "PHYSICAL" | |
} | |
], | |
"callbackUrl": "https://www.merchant.com/callback", | |
"currency": "TRY", | |
"paidPrice": "1.2", | |
"enabledInstallments": [ | |
1, | |
2, | |
3, | |
6, | |
9 | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment