Charge Bearers

Defines the possible values for the party responsible for the charges related to a payment.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 64

The ChargeBearerId field is a primary key field of data type nvarchar with a maximum length of 64 in the ChargeBearer table. It is used to uniquely identify a charge bearer, which is a person or entity responsible for settling a payment transaction.

string
required
length between 1 and 128

The Name of data type nvarchar field with a maximum length of 128 in the ChargeBearer table is used to store the name of the person/entity who is responsible for payment/charging for a particular good or service.

string
required
length ≥ 1

Description is an nvarchar data type field in the ChargeBearer table that stores a brief textual explanation about the type of charge a customer will be paying. This field is optional and can contain up to 250 characters.

string | null

Miscellaneous notes and information for the entry or record.

string | null

The IsoCode field in the ChargeBearer table stores the 8-character ISO 4217 currency code for the applicable charge bearer.

string | null

The SwiftCode field in the ChargeBearer table is a nvarchar field with a maximum length of 8 characters. It is an alphanumeric code used to identify financial institutions, mainly banks, and help facilitate cross-border payments and money transfers between these institutions.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!