Skip to main content
GET
Get the self-serve client's pricing config (fee schedule)

Authorizations

x-api-key
string
header
required

Response

Current pricing config.

monthlyMinimumCents
integer
required

Monthly minimum fee in cents

Required range: x >= 0
Example:

10000

transferFeeBps
number
required

Transfer fee in basis points (0-10000, representing 0% to 100%)

Required range: 0 <= x <= 10000
Example:

25

achFeeCents
integer
required

Per-ACH transaction fee in cents

Required range: x >= 0
Example:

100

wireFeeCents
integer
required

Per-wire transaction fee in cents

Required range: x >= 0
Example:

2500

sepaFeeCents
integer
required

Per-SWIFT transaction fee in cents

Required range: x >= 0
Example:

150

swiftFeeCents
integer
required

Per-Swift-transfer banking fee in USD cents, debited from the prepaid credit balance on outbound transfers only; deposits carry no banking fee. Self-serve default is 2500 ($25.00).

Required range: x >= 0
Example:

2500

kycFeeCents
integer
required

Per-individual-application-submission compliance fee in USD cents.

Required range: x >= 0
Example:

500

kybFeeCents
integer
required

Per-business-application-submission compliance fee in USD cents.

Required range: x >= 0
Example:

2500

effectiveFrom
string<date-time>
required

When this pricing takes effect

Example:

"2024-01-01T00:00:00Z"

createdAt
string<date-time>
required

When this pricing configuration was created

Example:

"2024-01-01T00:00:00Z"

updatedAt
string<date-time>
required

When this pricing configuration was last updated

Example:

"2024-01-01T00:00:00Z"

transferFeeOverrides
object[]
required

Per-asset-pair transfer fee exceptions. Always present; empty when the client has none, in which case transferFeeBps applies to every pair.

fednowFeeCents
integer | null

Per-FedNow transaction fee in USD cents. Null when unset, in which case the client's ACH fee applies.

Required range: x >= 0
Example:

100