InstaCash API
BNPL APIRedirect URLs
BNPL APIRedirect URLs
  1. BNPL
  • BNPL
    • BNPL Application Flow URL
    • BNPL Prescore URL
  1. BNPL

BNPL Prescore URL

Prescore URL#

The prescore web application URL uses the following pattern in production:
https://bnpl.instacash.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.instacash.hu/{financier}/prescore?merchantId={merchantId}&offerId={offerId}&name={name}&description={description}

Route Parameters#

NameDescription
financierFinancier identifier

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
Built with