Skip to main content

Bank Payment Table Inquire

URL

The endpoint and http method information to inquiry bank payment table are stated below.

POST/payment/v1/bnpl-payments/offers

Request Parameters

apmType
string
required

Shopping Loan Provider

Values:
MASLAK
PAYCELL
price
decimal
required

Shopping loan amount. The sum of the item prices in the basket must be equal to total price.

currency
Currency
required

See: Currencies Shopping loan currency

Values:
TRY
KZT
items
BnplPaymentCartItem[]
required

Shopping loan basket itemsYou must send at least one payment item and the sum of prices must be equal to the price field.

Response Parameters

Parameters returned as a result of request are also subject to the rules specified in the Response Formats section of the API documentation home page. In the absence of a systematic or fictional error, the sub-parameters of the object returned in the data parameter are as follows:

offerId
number

Offer id of bank payment plan inquire. We suggest you to pass this parameter as apmOrderId in Shopping loan initialize request

price
decimal

Shopping Loan amount

bankOffers
BnplBankOffer[]

List of Payment Plan for each bank

Sample Codes

You can review the sample codes in the open source Craftgate API clients.

Loading..