Prepare Payment
Wallet Options
post/api/v1/prepayment/wallet_options
Request body
Example request
{
"application_key": "6e3cdaa3-65df-4eff-aed2-9d74387701dd",
"mode": "T",
"language": "tr"
}Response
Successful Response
Example response
{
"response_code": "00",
"message": "Successful",
"services": [
{
"service_name": "iyzico",
"wallets": [
{
"wallet_id": 48,
"name": "Parapara",
"image_url": "http://localhost:8069/web/image?model=jet.payment.org&id=1&field=avatar_128",
"description": "parapara ile ödemeler çok kolay"
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.