Payment

The article contains a description of the method used to downloading the list of available payment types for Merchant.

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

payment_type

The list of available payment types for Merchant on baskets.

object

Y

"payment_type":["CARD","CARD_TOKEN","APPLE_PAY","BLIK_CODE","BLIK_TOKEN","PAY_BY_LINK","SHOPPING_LIMIT","DEFERRED_PAYMENT","GOOGLE_PAY"]

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"] }