BNPL API
Redirect URLsFAQ
BNPL API
Redirect URLsFAQ
milpay doc
  1. BNPL API
  • Back to home
  • One Click
  • Calculation
    POST
  • Approve
    POST
  • Application
    POST
  1. BNPL API

Application

STAGING Gateway
https://gateway-staging.instacash.hu
STAGING Gateway
https://gateway-staging.instacash.hu
POST
https://gateway-staging.instacash.hu
/bnpl/external/one-click/application

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 --request POST 'https://gateway-staging.instacash.hu/bnpl/external/one-click/application' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "offerId": 0,
    "totalAmount": 1,
    "customerPhone": "string",
    "shippingAddress": {
        "country": "st",
        "city": "string",
        "region": "st",
        "zip": "string",
        "street": "string",
        "street2": "string",
        "street3": "string",
        "fullName": "string"
    },
    "orderId": "string",
    "items": [
        {
            "identifier": "string",
            "externalId": "string",
            "name": "string",
            "price": 1,
            "quantity": 1,
            "thumbnail": "string",
            "description": "string"
        }
    ]
}'
Response Response Example
{
    "publicId": "string",
    "secondFactorId": "string",
    "nonce": "string"
}
Previous
Approve
Built with