Pay With Wallets
Pay With Wallet
Pay with wallet api you can get payments from your customer
post/api/v1/payment/wallet
Request body
Example request
{
"application_key": "6e3cdaa3-65df-4eff-aed2-9d74387701dd",
"order_id": "9ee3fd53-42f9-4f16-b454-77e6b714c2e9",
"currency": "TRY",
"service": "iyzico",
"wallet_id": 1,
"installment_count": "1",
"hash_data": "sadsaas3e412",
"success_url": "https://api.jetcheckout.com/api/v1/merchant/success",
"fail_url": "https://api.jetcheckout.com/api/v1/merchant/fail",
"mode": "T",
"language": "tr",
"customer": {
"email": "ahmetyigit@xyz.com",
"name": "Ahmet",
"surname": "Yiğit",
"address": "Nidakule Göztepe, Merdivenköy Mah. Bora Sok. No:1",
"postal_code": "34738",
"company": "34738",
"phone": "+905350000000",
"ip_address": "1.1.111.111",
"id": "135",
"identity_number": "74300864791",
"county": "Konak",
"city": "İzmir",
"country": "Türkiye"
},
"customer_basket": [
{
"id": "KL015",
"name": "Kalem",
"description": "Tükenmez Mavi Kalem",
"qty": 1,
"is_physical": true,
"category": "Kırtasiye",
"submerchant_external_id": "Kırtasiye"
}
],
"billing_address": {
"contactName": "Aysel Solmaz",
"address": "Nidakule Göztepe, Merdivenköy Mah. Bora Sok. No:1",
"county": "Konak",
"city": "İzmir",
"country": "Türkiye"
},
"shipping_address": {
"contactName": "Aysel Solmaz",
"address": "Nidakule Göztepe, Merdivenköy Mah. Bora Sok. No:1",
"county": "Konak",
"city": "İzmir",
"country": "Türkiye"
}
}Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.