API Explorer

Offer

1.0

Offers allows Clients to provide diverse spending options to the Customers. These options can encompass different spend types, such as instalments, Buy now pay later, etc; as well as varying interest rates and term length.

Environment URLs

EnvironmentBase URL
NDT Staginghttps://mtapi.stg-newdaytechnology.net/cl/offer-service/
NDT Productionhttps://mtapi.newdaytechnology.net/cl/offer-service/

Create Offer

Creates a promotional offer.

post

/offer

Retrieve Offers

Retrieve active promotional offers applicable to the given transaction amount.

get

/offer

Retrieve Offer

To retrieve a specific promotional offer.

get

/offer/{offerId}

Update Offer

To update properties of a specific promotional offer.

post

/offer/update

Models

Represents a monetary amount with value and currency code

Model used when creating an offer.

Model returned when an offer is created.

Model used when an offer is returned.

Model used when an offer is returned.

Model used when a list of offers is returned.

OfferStatus
string enum

The possible status of an offer

OfferType
string enum

The type of offer.

Model used to define the qualifying amounts for an offer.

Model used to define the interest rate for an offer.

RateType
string enum

Specifies whether the interest rate should be taken from the account's interest rate (Effective), or the supplied value (Effective).

Model used when updating an offer.

Was this page helpful?