Refund Subscription Cycle
Description:
Refund a specific order or cycle of a subscription
Url Parameter Parameters:
- subscriptionUuid (string, required) – Uuid Of Subscription
Endpoint | : | https://demo-api.frontpayment.no/api/v1/connect/subscriptions/ |
Method | : | POST |
Authorization | Bearer | |
Request Payload | : |
|
Response Structure | : |
|
Example Response | : | |
"OK",
"message": "refundProcessedSuccessfully",
"is_data": true,
"data": []
}
|