6. Restart Recurring
Restart Recurring Payment
PUT
{{Base Adres}}/api/paywall/recurring/resubscribe
When you want to restart the subscription, there must be an active card within the recurring payment subscription. If the existing card has been deleted, Paywall returns an error message.
apikeypublic
string
Yes
The Public Key obtained from the merchant panel.
apiclientpublic
string
Yes
The Public Client obtained from the merchant panel.
The parameters that need to be sent to the service are as follows:
SubscriptionMerchantCode
string
Yes
The unique tracking number provided by your side for the recurring payment.
Sample to be sent for service JSON and example codes Sample to be sent for service
The parameters that need to be sent to the service are as follows:
ErrorCode
int
Error code. If the transaction is successful, it returns '0'.
Result
bool
It returns either true or false. If the transaction is successful, it returns 'true'
Message
string
If the transaction is unsuccessful, this is the specified error message.
Body
object
No details returned.
Last updated