get https://api.reepay.com/v1/additional_cost/subscription/
Log in to see full request history
Get all additional costs for subscription.
Responses
Get all additional costs for subscription.
xxxxxxxxxx
curl --request GET \
--url https://api.reepay.com/v1/additional_cost/subscription/handle \
--header 'accept: application/json'
xxxxxxxxxx
17[
{
"invoice": "1f71771bfbfc40eabf6df4cc2e31d853",
"state": "pending",
"subscription": "sub000219",
"handle": "cost032",
"ordertext": "Yoga mat",
"quantity": 1,
"amount": 10000,
"vat": 0.25,
"created": "2015-04-04T12:40:56.656Z",
"amount_incl_vat": true,
"amount_vat": 2000,
"amount_ex_vat": 8000,
"tax_policy": "default_tax_policy_handle"
}
]