plan_id. It is useful for viewing the configuration of a subscription plan, including billing cycle, payment methods, and amount.plan_id as a path parameter in UUIDv4 format.x-seller-id header is mandatory to identify the requesting merchant.Authorization: Bearer ********************Authorization: Bearer ********************Authorization: Bearer ********************digital-platform:gateway-api-Read and write accesscurl --location '/rpy/be-plan/v1/plans/?expand=undefined'{
"seller_id": "28f4dc41-8499-4ead-9976-f2fa20a45fd1",
"plan_id": "00713021-9aea-41da-9a88-87760c08fa72",
"name": "string",
"description": "string",
"amount": 0,
"currency": "str",
"sales_tax": 0,
"product_type": "cash_carry",
"payment_types": [
"credit_card"
],
"status": "active",
"create_date": "2019-08-24T14:15:22.123Z",
"period": {
"type": "yearly",
"billing_cycle": 12,
"specific_cycle_in_days": 1
},
"floating_data": [
{
"installment": 1,
"amount": 0
}
]
}