API Explorer
Rate Card
Rate card allows clients to configure subsidy or commission to be applied to settle, refund and chargeback transactions.
There is a more up-to-date version of this API, you can click here to view the specification.
Environment URLs
Environment | Base URL |
---|---|
NDT Staging | https://mtapi.stg-newdaytechnology.net/cl/rate-card-service/ |
NDT Production | https://mtapi.newdaytechnology.net/cl/rate-card-service/ |
Endpoints
Create RateCard Association
Create a rate card assocation between a merchant and a rate card.
/merchants/{merchantId}/rate-cards/{rateCardId}/association
Update RateCard Association
Update a rate card assocation between a merchant and a rate card.
/merchants/{merchantId}/rate-cards/{rateCardId}/association
Remove RateCard Association
Remove a rate card assocation between a merchant and a rate card.
/merchants/{merchantId}/rate-cards/{rateCardId}/association
Retrieve all RateCard Associations
Retrieve all the rate card assocations for a merchant.
/merchants/{merchantId}/rate-cards/associations
Retrieve Current RateCard Association
Get the current rate card associated with a merchant.
/merchants/{merchantId}/rate-card
Create RateCard From Grid
Creates a complete rate card, using the grid specification.
/rate-cards/grid
Update RateCard From Grid
Updates rate card details, using the grid specification.
/rate-cards/{rateCardId}/grid
Retrieve RateCard Grid
Gets the details of the rate card, in a grid format.
/rate-cards/{rateCardId}/grid
Create RateCard From Records
Creates a complete rate card, from a list of rate card records.
/rate-cards/records
Update RateCard From Records
Updates rate card details, from a list of rate card records.
/rate-cards/{rateCardId}/records
Activate RateCard
Activates a rate card.
/rate-cards/{rateCardId}/activate
Expire RateCard
Expires a rate card.
/rate-cards/{rateCardId}/expire
Retrieve RateCard
Retrieves a rate card.
/rate-cards/{rateCardId}
Retrieve All RateCards
Retrieves all rate cards.
/rate-cards
Models
Was this page helpful?