Prepare Payment

Wallet Options

post/api/v1/prepayment/wallet_options

Request body

application_keystring required

It is the key of your application on our environment

modestring

Please send it as 'T' for test purposes, otherwise it will be in production mode.

languagestring

Its default value is tr. If you want to get messages in other languages, please send it. You can find supported languages in the api supported_languages.

Example request

{
  "application_key": "6e3cdaa3-65df-4eff-aed2-9d74387701dd",
  "mode": "T",
  "language": "tr"
}

Response

Successful Response

response_codestring

You will get 00 for successful response, otherwise another response code for the error. You can reach the list of error codes on the Error Codes Api

messagestring

Here is the explanation of response code

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.