Skip to main content
GET

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer

Page number.

Example:

1

per_page
integer

Number of records per page.

Example:

20

external_customer_id
string

Unique identifier assigned to the customer in your application.

Example:

"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"

external_subscription_id
string

External subscription ID

Example:

"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"

event_transaction_id
string

Filter results by event transaction ID

Example:

"et_12345678"

currency
enum<string>

Filter results by the fee's currency.

Available options:
AED,
AFN,
ALL,
AMD,
ANG,
AOA,
ARS,
AUD,
AWG,
AZN,
BAM,
BBD,
BDT,
BGN,
BIF,
BMD,
BND,
BOB,
BRL,
BSD,
BWP,
BYN,
BZD,
CAD,
CDF,
CHF,
CLF,
CLP,
CNY,
COP,
CRC,
CVE,
CZK,
DJF,
DKK,
DOP,
DZD,
EGP,
ETB,
EUR,
FJD,
FKP,
GBP,
GEL,
GHS,
GIP,
GMD,
GNF,
GTQ,
GYD,
HKD,
HNL,
HRK,
HTG,
HUF,
IDR,
ILS,
INR,
ISK,
JMD,
JPY,
KES,
KGS,
KHR,
KMF,
KRW,
KYD,
KZT,
LAK,
LBP,
LKR,
LRD,
LSL,
MAD,
MDL,
MGA,
MKD,
MMK,
MNT,
MOP,
MRO,
MUR,
MVR,
MWK,
MXN,
MYR,
MZN,
NAD,
NGN,
NIO,
NOK,
NPR,
NZD,
PAB,
PEN,
PGK,
PHP,
PKR,
PLN,
PYG,
QAR,
RON,
RSD,
RUB,
RWF,
SAR,
SBD,
SCR,
SEK,
SGD,
SHP,
SLL,
SOS,
SRD,
STD,
SZL,
THB,
TJS,
TOP,
TRY,
TTD,
TWD,
TZS,
UAH,
UGX,
USD,
UYU,
UZS,
VND,
VUV,
WST,
XAF,
XCD,
XOF,
XPF,
YER,
ZAR,
ZMW
Example:

"USD"

fee_type
enum<string>

The fee type. Possible values are add_on, charge, fixed_charge, credit, subscription or commitment.

Available options:
charge,
fixed_charge,
add_on,
subscription,
credit,
commitment
Example:

"charge"

billable_metric_code
string

Filter results by the code of the billable metric attached to the fee. Only applies to charge types.

Example:

"bm_code"

payment_status
enum<string>

Indicates the payment status of the fee. It represents the current status of the payment associated with the fee. The possible values for this field are pending, succeeded, failed and refunded.

Available options:
pending,
succeeded,
failed,
refunded
Example:

"succeeded"

created_at_from
string<date-time>

Filter results created at or after this date and time in UTC.

Example:

"2023-03-28T12:21:51Z"

created_at_to
string<date-time>

Filter results created at or before this date and time in UTC.

Example:

"2023-03-28T12:21:51Z"

succeeded_at_from
string<date-time>

Filter results with a payment success at or after this date and time in UTC.

Example:

"2023-03-28T12:21:51Z"

succeeded_at_to
string<date-time>

Filter results with a payment success at or before this date and time in UTC.

Example:

"2023-03-28T12:21:51Z"

failed_at_from
string<date-time>

Filter results with a payment failure at or after this date and time in UTC.

Example:

"2023-03-28T12:21:51Z"

failed_at_to
string<date-time>

Filter results with a payment failure at or before this date and time in UTC.

Example:

"2023-03-28T12:21:51Z"

refunded_at_from
string<date-time>

Filter results with a payment refund at or after this date and time in UTC.

Example:

"2023-03-28T12:21:51Z"

refunded_at_to
string<date-time>

Filter results with a payment refund at or before this date and time in UTC.

Example:

"2023-03-28T12:21:51Z"

Response

Successful response

fees
object[]
required
meta
object
required