Skip to main content
POST
/
subscription
/
bill
/
information
Get Payment Plan Informations
curl --request POST \
  --url https://apigw.bienport.com/api/subscription/bill/information \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --header 'OrganizationId: <organizationid>' \
  --data '
{
  "organizationId": 12312,
  "subscriptionId": 12342
}
'
[
  {
    "balanceType": "TotalAmount, TotalPaidAmount, TotalCurrentAmount or TotalRemainderAmount",
    "amount": {
      "unit": "TL",
      "value": 200
    }
  }
]

Headers

Authorization
string
required

Access Token

OrganizationId
string
required

Organization ID

Body

application/json

paymentPlanInformationRequest

Request Model for Get Payment Plan Information by organization id and subscription Id

organizationId
integer<int64>
required

Organization Id

Example:

12312

subscriptionId
integer<int64>
required

subscription id

Example:

12342

Response

Each response contains four of this.

balanceType
string
Example:

"TotalAmount, TotalPaidAmount, TotalCurrentAmount or TotalRemainderAmount"

amount
Money · object

A base / value business entity used to represent money