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

Approve

STAGING Gateway
https://gateway-staging.instacash.hu
STAGING Gateway
https://gateway-staging.instacash.hu
POST
https://gateway-staging.instacash.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 --request POST 'https://gateway-staging.instacash.hu/bnpl/external/one-click/approve' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "secondFactorId": "string",
    "code": "string",
    "publicId": "string",
    "nonce": "string"
}'
Response Response Example
{
    "status": "string",
    "rejectReason": "string"
}
Previous
Calculation
Next
Application
Built with