Get Charge Slab

Return the charge slab (a fee) for a given amount,
country and delivery mode or return all charge slabs for a given country and delivery mode.

Only 'sourceAmount' or 'targetAmount' can be passed at a time.
If both SourceAmount and TargetAmount are zero, all available slabs will be returned.

Commission Types:

TypeDescription
FCFixed charge.
PCPercentage.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required
length ≥ 1

Currency code of sending agent in ISO 4217 format.

string
required
length ≥ 1

Local currency code of receiving agent in ISO 4217 format.

double

Sending amount by Remitter in decimal format.

Conditional rules:
• Either TargetAmount or SourceAmount is required. Both values cannot be passed at a time.
• If SourceAmount and TargetAmount are zero, all available slabs will be returned.

double

Receiving amount by Beneficiary in decimal format.

Conditional rules:
• Either TargetAmount or SourceAmount is required. Both values cannot be passed at a time.
• If SourceAmount and TargetAmount are zero, all available slabs will be returned.

string
required
length ≥ 1

Originating country code.

Foramt: ISO-3166 alpha-2 code

string
required
length ≥ 1

Destination country code.

Foramt: ISO-3166 alpha-2 code

int32
required

Defines a delivery method of remittance.

Use the '/types?filter=delivery-modes' endpoint to get a list of allowed types.

string | null

Receiving agent code

Format: PKXXXX

Headers
string
required
^[A-Z]{2}[0-9A-Z]{4}$

This is the agent correspondent id provided to the agent by the IC Operations department. It is used to facilitate API management and auditing.

string
\w{8}-\w{4}-\w{4}-\w{4}-\w{12}

This header is used to uniquely identify the HTTP request and to facilitate troubleshooting.

string
\w{8}-\w{4}-\w{4}-\w{4}-\w{12}

Unique request identifier to support idempotency. You may generate (UUID v4) value using the programming language.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json