BNPL API
Redirect URLsFAQ
BNPL API
Redirect URLsFAQ
instacash doc
  1. One Click
  • Initialization
    • Query the available offers for the merchant
      GET
    • Run 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
    • Calculation
      POST
    • Approve
      POST
    • Application
      POST
  • Hook
    • Called when a status update happens on a deal or application
  • One Click V2 (BETA)
  1. One Click

Approve

STAGING Gateway
https://gateway-staging.milpay.hu
STAGING Gateway
https://gateway-staging.milpay.hu
POST
https://gateway-staging.milpay.hu
/bnpl/external/one-click/approve

Request

Authorization
API Key
Add parameter in header
X-Api-Key
Example:
X-Api-Key: ********************
or
Body Params application/jsonRequired

Examples

Responses

🟢200OK
*/*
OK
Body*/*

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://gateway-staging.milpay.hu/bnpl/external/one-click/approve' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
    "secondFactorId": "string",
    "code": "string",
    "publicId": "string",
    "nonce": "string"
}'
Response Response Example
{
    "status": "string",
    "rejectReason": "string"
}
Previous
Calculation
Next
Application
Built with