Calling the Solution within a Journey

This journey is meant to be integrated with an existing e-commerce website, therefore, you need to call it. APIs are used to achieve this integration. We recommend using Postman to call all the endpoints from this solution in the following order:

  1. FTOS_EC_GetUserShoppingCart
  2. FTOS_EC_UpdateCartItemQuantity
  3. FTOS_BNPL_CalcScoringAndLimit
  4. FTOS_BNPL_GetAvailableProducts
  5. FTOS_BNPL_SimulateOfferSummary
  6. FTOS_BNPL_GetRiskLevel
  7. FTOS_EC_CreateOrder
  8. FTOS_BNPL_GetMerchantBankAccount
  9. FTOS_BNPL_AddBNPLApplication
  10. FTOS_BNPL_UpdateBNPLApplication
  11. FTOS_BNPL_GetBNPLApplicationLink.