Refunded
When a subscription is refunded by Merchant request or Revup BO.
{
"eventId": "0198090e-9768-77e7-b279-3b653a053269",
"eventType": "subscription.payment.refunded",
"occurredAt": "2025-07-14T13:10:07Z",
"originator": {
"type": "payment_refunded",
"data": {
"paymentId": "019808a5-5ae9-7db4-b99a-9e25f05440aa",
"type": "renewal",
"status": "accepted",
"cycle": 1,
"attempt": 0,
"money": {
"currency": "EUR",
"amount": 30
},
// This example is about one transaction in two partial refunds
"transactions": [
{
"transactionId": "0ace71ad-ec94-4cfe-9a4f-75f39eb6fe7d",
"transactionCreationDate": "2025-07-14T13:03:23Z",
"transactionStatus": "success",
"transactionType": "refund",
"money": {
"currency": "EUR",
"amount": 15.5
}
},
{
"transactionId": "427e50fe-cf23-4506-85cc-a5853b923b7a",
"transactionCreationDate": "2025-07-14T13:03:53Z",
"transactionStatus": "success",
"transactionType": "refund",
"money": {
"currency": "EUR",
"amount": 14.5
}
}
]
}
},
"data": {
"subscriptionId": "019808a5-0820-76b6-be77-c2f931886e93",
"planId": "4aa7c1e4-cf8c-4d1c-a6ad-451dd07411ee",
"status": "fulfilled",
"cycle": 5,
"createdAt": "2025-07-14T13:10:07Z",
"modifiedAt": "2025-07-14T13:10:07Z"
}
}