Get Subscription By Id
13.2 Get Subscription By Id
Request
Method
URL
GET
/subscriptions/{id}
Response
Status
Response
200
{
"status": true,
"data": {
"items": {
"merchant_id": 60,
"name": "test",
"product_id": 1,
"buyer_member_id": 1,
"card_id": 1,
"price": 10.0,
"createdDate": null,
"updatedDate": "2024-01-09T13:34:04.182671",
"is_active": true,
"id": 1,
"next_payment_date": "2024-01-11T00:00:00",
"is_mailed": true,
"currency": "TRY",
"deletedDate": null
}
}
}
403
400
401
401
500
Last updated