BNPL APIRedirect URLs
FAQ
BNPL APIRedirect URLs
FAQ
instacash doc
  1. Redirect URLs
  • BNPL Application Flow URL
  • BNPL Prescore URL
  • BNPL Customer Limit
  1. Redirect URLs

BNPL Prescore URL

Prescore URL#

The prescore web application URL uses the following pattern in production:
https://bnpl.milpay.hu/{financier}/prescore?merchantId={merchantId}&offerId={offerId}&name={name}&description={description}
For the staging environment, use the same pattern with the staging base URL:
https://bnpl-staging.milpay.hu/{financier}/prescore?merchantId={merchantId}&offerId={offerId}&name={name}&description={description}

Route Parameters#

NameDescription
financierFinancier identifier (always app)

Query Parameters#

NameRequiredDescription
merchantIdrequiredYour unique merchantId. This value is provided by us.
offerIdrequiredThe ID of the offer used for the prescore. This value can be acquired from the /available-offers endpoint.
namerequiredName of the product for which the prescore is executed.
descriptionrequiredShort description of the product for which the prescore is executed.
valueoptionalValue of the product.
redirectUrloptionalThe URL to which the user is redirected after the prescore flow is completed.
Previous
BNPL Application Flow URL
Next
BNPL Customer Limit
Built with