Payment

Payment

This article contains a description of the method used to fetch a list of payment methods available for the Merchant’s baskets.

Fetching a list of payment methods available in InPost Pay

It is a method used to fetch list of payment methods available in InPost Pay for the Merchant’s baskets. The Merchant may use the above method to verify what payment methods are available for baskets linked to InPost Pay.

GET /v1/izi/payment-methods

Parameters

N/D 

Request

N/D 

Response

Field name

Description

Type

Requirement status

Additional comments

payment_type

List of payment methods available for the Merchant’s baskets in the InPost Pay app

object

Y

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

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