username:password
Authorization: Basic *****************
{
"cancel_at_period_end": false,
"line_items": [
{
"id": "si_1942466974063788032",
"price_data": {
"currency": "currency_9be108a6ee4e",
"product": "product_cddfddb17876",
"unit_amount": 0,
"recurring": {
"interval": "interval_565d0f3c498a",
"interval_count": 0,
"usage_type": "usage_type_1e35c1ec858f"
},
"active": false,
"metadata": {},
"nickname": "nickname_94ad62776055",
"product_data": {
"id": "id_37bf9721d87d",
"name": "name_3c67055cd98e",
"active": false,
"description": "description_976184aca331",
"metadata": {},
"url": "url_9254e121d785",
"images": [
"images_e564fe2c0d03"
]
},
"billing_scheme": "billing_scheme_3828e2cd64b5",
"lookup_key": "lookup_key_858bbfbff35a",
"tiers": [
{
"unit_amount": 0,
"flat_amount": 0,
"up_to": 0
}
],
"tiers_mode": "tiers_mode_0e4196b47cdc"
},
"quantity": 0,
"deleted": false
}
],
"proration_behavior": "proration_behavior_3e5b982c1876"
}
curl --location --request POST 'https://apitest.wooshpay.com/v1/subscriptions/' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"cancel_at_period_end": false,
"line_items": [
{
"id": "si_1942466974063788032",
"price_data": {
"currency": "currency_9be108a6ee4e",
"product": "product_cddfddb17876",
"unit_amount": 0,
"recurring": {
"interval": "interval_565d0f3c498a",
"interval_count": 0,
"usage_type": "usage_type_1e35c1ec858f"
},
"active": false,
"metadata": {},
"nickname": "nickname_94ad62776055",
"product_data": {
"id": "id_37bf9721d87d",
"name": "name_3c67055cd98e",
"active": false,
"description": "description_976184aca331",
"metadata": {},
"url": "url_9254e121d785",
"images": [
"images_e564fe2c0d03"
]
},
"billing_scheme": "billing_scheme_3828e2cd64b5",
"lookup_key": "lookup_key_858bbfbff35a",
"tiers": [
{
"unit_amount": 0,
"flat_amount": 0,
"up_to": 0
}
],
"tiers_mode": "tiers_mode_0e4196b47cdc"
},
"quantity": 0,
"deleted": false
}
],
"proration_behavior": "proration_behavior_3e5b982c1876"
}'
{}