Get the surcharge settings for a specific payment source

Last Updated: June 11, 2024

What's in this article?

Returns the surcharge that will be automatically applied when processing a transaction using the specified payment source (e.g. a card number).

AUTHORIZATIONS:
BasicAuthentication
REQUEST BODY SCHEMA: application/json

source_type
required

Enum: "card" "tkn" "pm" "ref"
  • card: Card number
  • tkn: Token
  • pm: Payment method ID
  • ref: Reference number
source
required

The source to return the surcharge details for. This can be a card, a token, a payment method ID or the reference number of a previous transaction.

For a source type of card, this does not need to be a full card number. However, the more digits that are sent, the more likely a match will be found.

Help us improve. Was this article helpful?