Get Subscription Payment HistoryCopy Pageget https://gw.praxisgate.com/api/v1.3/subscription/{subscriptionId}/payment-historyPath ParamssubscriptionIdstringrequiredlength ≤ 32Subscription IDQuery Paramsmerchant_idstringrequiredlength ≤ 50Merchant API client account identifier.application_keystringrequiredlength ≤ 32Identifier of your application (website).cidstringrequiredlength ≤ 50Unique customer id in your system. Note: Personally Identifiable Information (PII), such as email addresses, is strictly forbidden. If your user identifier contains any PII, you must hash or encrypt it before sending it to the API.pageinteger≥ 1Current results page. First page is 1; values lower than 1 are treated as 1.per_pageintegerCount of entities for one pageversionstringrequiredlength ≤ 3API version.timestampintegerrequiredRequest time (unix timestamp, seconds).Headersgt-authenticationstringrequiredAuthentication HTTP header of your outgoing request to the API. Below request parameters should be used for creating signature in request header. merchant_id application_key timestamp Responses 200OK - Successful response 400Bad request - Missing signature 403Forbidden request - IP address not whitelistedUpdated 6 months ago