techrar docs
Home
Solutions
Solutions
  • eCommerce SaaS
  • Meals SaaS
  • Meals Marketplaces
API
API
  • Merchant APIs
  • Customer App APIs
  • Meals APIs
Techrar Connect
Home
Solutions
Solutions
  • eCommerce SaaS
  • Meals SaaS
  • Meals Marketplaces
API
API
  • Merchant APIs
  • Customer App APIs
  • Meals APIs
Techrar Connect
  1. Subscriptions
  • Getting Started
  • Merchant Account
    • Merchant Wallet
      • Wallet Details
      • Charge Wallet
    • Merchant Settings
    • List Bank Accounts
    • Update Merchant Settings
    • Organization Config
  • Customers
    • Locations
      • List Customer Locations
      • Customer Location Details
      • Create Customer Location
    • Memberships
      • List Customer Memberships
    • Customer Order Statistics
    • List Customers
    • Customer Details
    • Create Customer
    • Update Customer
  • Wallets
    • Customer Wallet Details
    • Deposit Points
    • Deposit Cashback
    • Redeem from Wallet
  • Vouchers
    • Get Voucher Discount
    • Update Voucher Usage
  • Items
    • Item Config Details
    • Update Item Config
    • List Items
    • Item Details
    • Create Item
    • Update Item
    • Delete Item
    • Reserve an item
    • Record Item Purchase
    • Bulk Update Items
    • Bulk Update Item Prices
  • Item Categories
    • List Item Categories
    • Item Category Details
    • Create Category
    • Update Category
    • Delete Category
  • Item Tags
    • List Item Tags
    • Create Tag
    • Update Tag
    • Delete Tag
  • Item Images
    • Create Item Image
    • Upadte Item Image
    • Delete Item Image
  • Item Discounts
    • Create Item Discount
    • Upadte Item Discount
    • Delete Item Discount
  • Item Bundles
    • List Bundle Categories
    • Bundle Category Details
    • Create Bundle Category
    • Update Bundle Category
    • Delete Bundle Category
  • Item Modifiers
    • List Modifier Categories
    • Modifier Category Details
    • Create Modifier Category
    • Update Modifier Category
    • Delete Modifier Category
  • Carts
    • List Carts
    • Cart Details
  • Orders
    • Checkout Config Details
    • Update Checkout Config
    • List Orders
    • Order Details
    • List Recurring Purchases
    • Recurring Purchase Details
    • Recurring Purchase Details
  • Invoices
    • Invoice Config Details
    • Update Invoice Config
    • List Invoices
    • Invoice Details
    • Refund Invoice
  • Transactions
    • List Transactions
    • Transaction Details
    • Capture Bank Transfer Transaction
    • Decline Bank Transfer Transaction
  • Subscriptions
    • List Subscriptions
      GET
    • Subscription Details
      GET
    • Subscriptions Statistics
      GET
    • Cancel Subscription Auto Renewal
      POST
    • Cancel Subscription
      POST
    • Increment Subscription Usage
      POST
    • Decrement Subscription Usage
      POST
    • Bulk Pause Subscriptions
      POST
    • Bulk Resume Subscriptions
      POST
    • Create Subscription Update
      POST
    • Cancel Subscription Update
      POST
  • Fulfillments
    • Fulfillment Overview
    • List Fulfillments
    • Fulfillment Details
    • Update Fulfillment Details
  • Tickets
    • List Tickets
    • Bulk Update Tickets
    • Validate Token and Check in Ticket
  • Shipments
    • Shipping Config Details
    • Update Shipping Config
    • Shipping Labels Details
    • Purchase Shipment Labels
    • Create Shipment
    • Cancel Shipment
    • Create Return Shipment
  • Pickup Locations
    • List Pickup Locations
    • Pickup Location Details
    • Create Pickup Location
    • Update Pickup Location Details
    • Delete Pickup Location
  • Couriers
    • List Couriers
    • Get Active Couriers
    • Get Couriers Prices
    • Courier Details
    • Create Custom Courier
    • Update Custom Courier Details
    • Delete Custom Courier
  • Geo & Places
    • List Countires
    • List Regions
    • List Cities
    • List Districts
  • Webhooks
    • List Webhooks
    • Create Webhook
    • Update Webhook Details
    • Delete Webhook
    • List Webhook Logs
    • Test Webhook
    • Delete Webhook By URL
  • Sales Channels
    • Meals
      • List Provider Meal Plans
      • Update Meals Plans Listings
      • List Provider Meals Orders
      • Provider Meals Order Details
      • List Provider Meals Subscriptions
      • Provider Meals Subscription Details
    • Sales Channel Profile Details
    • List Sales Channel Connections
    • Accept Sales Channel Connection Request
    • Reject Sales Channel Connection Request
    • Activate Sales Channel Connection
    • Deactivate Sales Channel Connection
    • Delete Sales Channel Connection Request
  • Notifications
    • Send Notification
  • Meals Plans
    • List Plan Tags
    • List Plans
    • Plan Details
    • Menu Details
  • Meals Logistics
    • City Details
    • Captain Details
    • Branch Details
    • List Supported Windows
    • List Captains
    • Bulk Update SubOrders
  1. Subscriptions

Subscription Details

GET
https://api.techrar.com/order/v1/merchant/subscriptions/{subscription_id}/
This endpoint allows you to get subscription details by passing the subscription_id as a path parameter.
Permission
can_read_order - orders read only

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Header Params

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.techrar.com/order/v1/merchant/subscriptions//' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "id": 102212,
    "custom_fields": null,
    "customer": {
        "id": 1,
        "country_code": "966",
        "username": "0534501056",
        "mobile_number": "966534501056",
        "email": "[email protected]",
        "name": "Safwan Saigh",
        "lang": "en",
        "current_city_id": 1,
        "is_email_verified": true,
        "is_mobile_verified": true,
        "is_blocked": false,
        "is_deleted": false,
        "is_verified": true,
        "national_id": "1111782031",
        "secondary_mobile_number": "0534501056",
        "date_of_birth": "1999-02-25",
        "avatar": "/media/uploads/customer/avatars/2024/07/29/12048986-a1b6-4e1d-9b8a-216331f3cd71.png",
        "joined_at": "2022-03-12T14:51:15.115924Z",
        "custom_fields": null
    },
    "invoices": [
        {
            "id": 192,
            "serial": "-",
            "amount": 100,
            "status": "unpaid",
            "payment_url": "http://localhost:8000/order/v1/checkout/192/?entity=invoice",
            "created_at": "2025-05-13 01:54:39.076673+00:00",
            "due_date": "2025-05-13 01:54:39.076389+00:00",
            "payment_method": null,
            "payment_provider": null
        },
        {
            "id": 186,
            "serial": "INV-202500064",
            "amount": 0,
            "status": "paid",
            "payment_url": null,
            "created_at": "2025-05-12 06:55:01.018092+00:00",
            "due_date": "2025-05-12 06:55:01.017499+00:00",
            "payment_method": "free",
            "payment_provider": "techrar"
        }
    ],
    "next_invoice": {
        "id": 192,
        "serial": "-",
        "amount": 100,
        "status": "unpaid",
        "payment_url": "http://localhost:8000/order/v1/checkout/192/?entity=invoice",
        "created_at": "2025-05-13 01:54:39.076673+00:00",
        "due_date": "2025-05-13 01:54:39.076389+00:00",
        "payment_method": null,
        "payment_provider": null
    },
    "name_en": "Trial",
    "name_ar": "Trial",
    "item_id": 109,
    "app_id": 86,
    "created_at": "2025-05-12T09:55:01.343826+03:00",
    "customer_id": 1,
    "duration": 1,
    "duration_unit": "day",
    "start_date": "2025-05-12",
    "end_date": "2025-05-12",
    "status": "suspended",
    "in_trial": false,
    "trial_start_date": "2025-05-12",
    "trial_end_date": "2025-05-13",
    "paused_at": null,
    "total_billing_cycles": 0,
    "remaining_billing_cycles": 0,
    "auto_renew": true,
    "current_period_start_date": "2025-05-12",
    "current_period_end_date": "2025-05-12",
    "last_billing_date": "2025-05-12",
    "next_billing_date": "2025-05-13",
    "usage_counter": 0,
    "usage_limit": null,
    "usage_unit": "credit",
    "auto_increment_usage": false,
    "order": 257
}
Modified at 2025-06-17 09:41:42
Previous
List Subscriptions
Next
Subscriptions Statistics
Built with