---
title: "Generate a prequalified offer for an existing customer (renewal)"
method: POST
path: "/Requests/renewal"
tags: ["Requests"]
---

# Generate a prequalified offer for an existing customer (renewal)

`POST /Requests/renewal`

## Headers

- `api-version` string

## Request body

- RenewalPreQualificationModel
  - `leadId` string, required — Gets or sets the leadId for the customer's most recent previous funding
  - `countryISOCode` 'GBR' | 'IRE' | 'NLD' | 'POL' | 'BEL' | 'ESP' | 'DEU' | 'FRA' | 'USA', required
  - `loanCurrencyISOCode` 'GBP' | 'EUR' | 'PLN' | 'USD', required
  - `paymentData` PaymentDataRowModel[], required
    - `paymentDate` string, date-time, required — Gets or sets the date of the payment.
    - `amount` number, double — Gets or sets the amount of the payment.
    - `currencyISOCode` string, required — Gets or sets the currency of the payment.
    - `chargeback` number, double — Gets or sets the Chargeback of the payment.
    - `merchantId` string, nullable — Gets or sets the MerchantId of the payment.
    - `processor` 'IZETTLE' | 'Paypal' | 'StichtingCustodia' | 'Etsy' | 'ADYEN' | 'eBay' | 'Flipdish' | 'Shopify' | 'HOPT' | 'YOELLO' | 'Stripe' | 'UberEats' | 'WORLDPAY' | 'FDMS' | 'Dojo' | 'Deliveroo' | 'AIB' | 'AmericanExpress' | 'BarclayCard' | 'Elavon' | 'Youlend' | 'EvoPayments' | 'GOCARDLESS' | 'JustEat' | 'SagePayments' | 'AIRBNB' | 'Amazon' | 'Borgun' | 'GlobalPayments' | 'CARDNET' | 'Checkout' | 'Clearhaus' | 'Clearpay' | 'EMERCHANTPAY' | 'Fruugo' | 'Klarna' | 'Payables' | 'Payoneer' | 'SQUARE' | 'Sumup' | 'TrustPayments' | 'Valitor' | 'Venmo' | 'Afterpay' | 'Modulo' | 'Cashflows' | 'Datman' | 'Ecomm365' | 'EnixServices' | 'FantasticServices' | 'Globepay' | 'VivaWallet' | 'HungryPanda' | 'Clubwise' | 'MYPAY' | 'OrderYoYo' | 'Saltpay' | 'SixPayments' | 'Streamline' | 'Payacard' | 'Creditcall' | 'Dejavoo' | 'EposNow' | 'Optomany' | 'ValorPay' | 'Bol' | 'Brainpoint' | 'Mollie' | 'Thuisbezorgd' | 'Sisow' | 'Buckaroo' | 'EtenZoBesteld' | 'Multisafepay' | 'PayFastForward' | 'Sepay' | 'Bezorgland' | 'paynl' | 'INGDDC' | 'DerdengeldenCCV' | 'RaboOmniKassa' | 'AuthoriseNet' | 'Bancontact' | 'BlueSnap' | 'CyberSourceDirect' | 'MyVirtualMerchant' | 'NMI' | 'Paymetric' | 'myPOSGo' | 'Yomani' | 'Yoximo' | 'SEPA' | 'HiPay' | 'PayPlug' | 'IcePay' | 'WorldLine' | 'Ogone' | 'IngenicoEpayments' | 'Belfius' | 'Payconiq' | 'SmilePay' | 'Yavin' | 'KBC' | 'PayU' | 'CréditAgricole' | 'PayLane' | 'DotPay' | 'PayByNet' | 'Prezelewy24' | 'eCard' | 'myPOS' | 'mPOS' | 'Blik' | 'eService' | 'XEPAY' | 'Rapyd' | 'PolskieEPłatności' | 'BlueMedia' | 'iKasa' | 'Okto' | 'ManagePay' | 'PolCard' | 'tPay' | 'PlanetPay' | 'SORBNET' | 'DinersClub' | 'Discover' | 'UnionPay' | 'PeoPay' | 'JCB' | 'ProtxVPSDirect' | 'Globalcollect' | 'Wirecard' | 'Bitpay' | 'AlliedWallet' | 'Skrill' | 'BBVA' | 'Santander' | 'Bankia' | 'Sabadell' | 'TPV' | 'Moloni' | 'Addonpayments' | 'Braintree' | 'SEPADirectDebit' | 'KlikPay' | 'UniversalPay' | 'Payxpert' | 'Paymill' | 'Neteller' | 'Payretailers' | 'Securionpay' | 'Monei' | 'Redsys' | 'Cecabank' | 'Fasterpay' | 'Thryn' | 'Paysimple' | 'TwoCheckout' | 'PasarelaDePago' — Gets or sets processor.

## Response `200`

Returns RenewalPreQualificationResultDocument.

- RenewalPreQualificationResultDocument
  - `leadId` string, uuid
  - `loanOptions` LoanOptionDocument[], nullable
    - `currencyISOCode` string, nullable
    - `fee` number, double
    - `fundedAmount` number, double
    - `loanAmount` number, double
    - `sweep` number, double

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/youlend/apis/prequalification.md) · [All operations](https://skmtc.dev/youlend/apis/prequalification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/youlend/prequalification/revisions/a76313c6cc3d/schema)
