Create a fee template

🚧

Beta

This is a Beta endpoint. Feedback from the community is welcome. Any breaking changes to this endpoint will be pre-announced.

Create a fee template
A fee template defines the properties of a fee that a fintech wishes to
use to easily charge their customers. The fintech can then create fee templates for different
amounts or categories of fees that represent different instances of services or charges

Log in to see full request history
Body Params

Fee to create

🚧

Beta

This is a Beta endpoint. Feedback from the community is welcome. Any breaking changes to this endpoint will be pre-announced.

string
required

A short string representing the sub-type of the fee.
This will be used as the subtype of the resulting transaction.

integer

The default amount of the fee in ISO 4217 minor currency units, e.g. cents.
The internal account will be debited this amount.
Can be overridden when creating a fee.

string
required

currency for the fee, as a three character ISO 4217 alphabetic currency code.

string
required

The description of the fee template.

string
required

The ID of default internal_account to use as the destination of the fee transfer. Cannot be a system internal account.

boolean

Whether the fee template is enabled.
If false, fees cannot be created from this template.

object

Optional field to store additional information about the resource. Intended to be used by the integrator to store non-sensitive data.

Responses

Language
Credentials
api_key
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json