getFeeQuote

Returns the fee that will be charged to the customer for the transfer.

SecurityhttpBasic or oauth2
Request
Request Body schema: application/json

Details necessary to provide a quote.

required
object (Originator)

The Originator object encapsulates data relating to the originator of the transaction

required
object (Institution)

Originating, acquiring, processing, or receiving institution details

object (Institution)

Originating, acquiring, processing, or receiving institution details

object (PersonalDetails)

Personal details of a customer.

object (PersonalDetails)

Personal details of a customer.

required
object (LedgerAmount)

An amount object only containing value and currency, and optionally an indicator of DEBIT/CREDIT

amountIncludesFees
required
boolean
Default: false

Indicates whether the amount in this MoneyTransferQuoteRequest is the amount the sender is willing to pay (false) or the amount the recipient is to receive (true).

Responses
200

OK

400

Bad request

500

Internal Server Error

501

Not implemented

503

Service Unavailable

504

Gateway Timeout

post/admin/fees
Request samples
application/json
{
  • "originator": {
    },
  • "receiver": {
    },
  • "settlementEntity": {
    },
  • "senderDetails": {
    },
  • "recipientDetails": {
    },
  • "amount": {
    },
  • "amountIncludesFees": false
}
Response samples
application/json
{
  • "originator": {
    },
  • "receiver": {
    },
  • "settlementEntity": {
    },
  • "feeQuote": {
    },
  • "senderDetails": {
    },
  • "recipientDetails": {
    },
  • "quoteId": "string",
  • "expiryDateTime": "2019-08-24T14:15:22Z"
}
Copyright © Electrum Payments (Pty) Ltd. 2019-2022. All right reserved.