Payment
The article contains a description of the method used to downloading the list of available payment types for Merchant.
On this page:
Downloading the list of available payment forms
The method returns the list of available payment forms
GET /v1/izi/payment-methods
Parameters
N/D
Request
N/D
Response
Field name | Description | Type | Requirement status | Additional remarks |
| The list of available payment types for Merchant on baskets. | object | Y |
|
Example request
N/D
Response
{
"payment_type": ["CARD","CARD_TOKEN","APPLE_PAY","BLIK_CODE","BLIK_TOKEN","PAY_BY_LINK","SHOPPING_LIMIT","DEFERRED_PAYMENT","GOOGLE_PAY", "CASH_ON_DELIVERY"]
}