Offer

1.1

Offer allows clients to provide diverse spending options to customers.

Environment URLs

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

CreateOffer

Creates a promotional offer.

post

/offer

RetrieveOffers

Retrieve active promotional offers applicable to the given transaction amount.

get

/offer

RetrieveOffer

To retrieve a specific promotional offer.

get

/offer/{offerId}

UpdateOffer

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?