InstaCash API
BNPL API
Examples
BNPL API
Examples
BNPL API
Initialization
Queries the available offers for the merchant
GET
Runs a calculation on a cart amount
GET
Create a BNPL application
POST
Cancel an ongoing Application
DELETE
Status Lists
Application Statuses
Deal Statuses
Querying
Returns offer data for a given offer ID
GET
Get a listing of all BNPL Applications
GET
Get the current status of a BNPL Application
GET
Get a listing of all BNPL Purchases
GET
Get data of specific Purchase
GET
Get a listing of all BNPL Deals
GET
Get data of Deal
GET
One Click
/api/bnpl/external/one-click/calculation
POST
/api/bnpl/external/one-click/approve
POST
/api/bnpl/external/one-click/application
POST
Hook
Called when a status update happens on a deal or application
BNPL API
Querying
Returns offer data for a given offer ID
GET
/bnpl/external/offer/{offerId}
Get basic data on a single offer, only some limited information because this endpoint is working without authentication
Get a listing of all BNPL Applications
GET
/bnpl/external/application
Get listing data on all applications of the merchant
Get the current status of a BNPL Application
GET
/bnpl/external/application/{id}
Used to request up-to-date information about an ongoing purchase
Get a listing of all BNPL Purchases
GET
/bnpl/external/purchase
Get listing data on all purchases of the merchant
Get data of specific Purchase
GET
/bnpl/external/purchase/{id}
Get all data of the specific purchase
Get a listing of all BNPL Deals
GET
/bnpl/external/deal
Get listing data on all deals of the merchant
Get data of Deal
GET
/bnpl/external/deal/{id}
Get all data of the specific deal
Previous
Deal Statuses
Next
Returns offer data for a given offer ID