Webhook events available on Plural.
The table below list the available webhook events on Plural with discriptions.
Webhook | Description |
---|---|
ORDER_AUTHORIZED | When the order is ready for authorization. |
ORDER_PROCESSED | When the payment is successfully received. |
ORDER_CANCELLED | When the order is cancelled. |
PAYMENT_FAILED | When the payment against an order get failed. |
REFUND_PROCESSED | When the refund is successful. |
Sample Payload
ORDER_AUTHORIZED
Triggered when the order is ready for authorization. Shown below are the sample payloads returned against different payment method.
{
"event_type": "ORDER_AUTHORIZED",
"data": {
"order_id": "v1-240828181232-aa-7cGcgo",
"merchant_order_reference": "8e9b80ea-49c3-4d3e-860b-057890d2fd73",
"type": "CHARGE",
"status": "AUTHORIZED",
"merchant_id": "109500",
"order_amount": {
"value": 100,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "Kevin",
"last_name": "Bob",
"customer_id": "192212",
"mobile_number": "9876543210",
"billing_address": {},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchant_metadata": {
"key1": "DD",
"key2": "XOF"
}
},
"payments": [
{
"id": "v1-240828181232-aa-7cGcgo-cc-h",
"status": "AUTHORIZED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "CARD",
"payment_option": {
"card_data": {
"card_type": "CREDIT",
"network_name": "VISA",
"issuer_name": "NONE",
"product_name": "",
"card_category": "CONSUMER",
"country_code": "IND",
"token_txn_type": "ALT_TOKEN"
}
},
"acquirer_data": {
"approval_code": "831000",
"acquirer_reference": "7248687871426329503954",
"rrn": "424118053313",
"is_aggregator": true
},
"created_at": "2024-08-28T18:12:32.152152Z",
"updated_at": "2024-08-28T18:13:08.418627Z"
}
],
"created_at": "2024-08-28T18:12:32.152152Z",
"updated_at": "2024-08-28T18:13:08.418627Z"
}
}
{
"event_type": "ORDER_AUTHORIZED",
"data": {
"order_id": "v1-240828181232-aa-7cGcgo",
"merchant_order_reference": "8e9b80ea-49c3-4d3e-860b-057890d2fd73",
"type": "CHARGE",
"status": "AUTHORIZED",
"merchant_id": "109500",
"order_amount": {
"value": 100,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "Kevin",
"last_name": "Bob",
"customer_id": "192212",
"mobile_number": "9876543210",
"billing_address": {},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchant_metadata": {
"key1": "DD",
"key2": "XOF"
}
},
"payments": [
{
"id": "v1-240828181232-aa-7cGcgo-cc-h",
"status": "AUTHORIZED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "CARD",
"payment_option": {
"card_data": {
"card_type": "DEBIT",
"network_name": "Visa",
"issuer_name": "INTL HDQTRS-CENTER OWNED",
"card_category": "Commercial",
"country_code": "IND",
"token_txn_type": "ALT_TOKEN"
}
},
"acquirer_data": {
"approval_code": "831000",
"acquirer_reference": "7248687871426329503954",
"rrn": "424118053313",
"is_aggregator": true
},
"created_at": "2024-08-28T18:12:32.152152Z",
"updated_at": "2024-08-28T18:13:08.418627Z"
}
],
"created_at": "2024-08-28T18:12:32.152152Z",
"updated_at": "2024-08-28T18:13:08.418627Z"
}
} }
}
{
"eventType": "ORDER_AUTHORIZED",
"data": {
"orderId": "v1-240813114804-aa-tgiDMn",
"merchantOrderReference": "bf53f2c1-0334-43fc-9ca1-3a6f8a2cc35a",
"type": "CHARGE",
"status": "AUTHORIZED",
"merchantId": "109968",
"orderAmount": {
"value": 200,
"currency": "INR"
},
"notes": "",
"preAuth": false,
"purchaseDetails": {
"customer": {
"emailId": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"customerId": "192212",
"mobileNumber": "192192883",
"billingAddress": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "61232112",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
},
"shippingAddress": {
"address1": "H.No 15, Sector 17",
"address2": "string",
"address3": "string",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchantMetadata": {}
},
"payments": [
{
"id": "v1-240813114804-aa-tgiDMn-cc-W",
"status": "AUTHORIZED",
"paymentAmount": {
"value": 100,
"currency": "INR"
},
"paymentMethod": "CARD",
"paymentOption": {
"cardData": {
"cardType": "CREDIT",
"networkName": "VISA",
"issuerName": "NONE",
"productName": "",
"cardCategory": "CONSUMER",
"countryCode": "IND"
}
},
"captureData": []
},
{
"id": "v1-240813114804-aa-tgiDMn-pt-9",
"status": "AUTHORIZED",
"paymentAmount": {
"value": 100,
"currency": "INR"
},
"paymentMethod": "POINTS",
"paymentOption": {
"cardData": {
"cardType": "",
"networkName": "",
"issuerName": "",
"productName": "",
"cardCategory": "",
"countryCode": ""
}
},
"captureData": []
}
],
"createdAt": "seconds: 1723549684\\nnanos: 642626000\\n",
"updatedAt": "seconds: 1723549844\\nnanos: 844050000\\n"
}
}
ORDER_PROCESSED
Triggered when the payment is successfully received. Shown below are the sample payloads returned against different payment method.
{
"event_type": "ORDER_PROCESSED",
"data": {
"order_id": "v1-240909084141-aa-O2oJwd",
"merchant_order_reference": "a51688bd-34bb-4714-b40d-5fbbf381ba87",
"type": "CHARGE",
"status": "PROCESSED",
"merchant_id": "109500",
"order_amount": {
"value": 200,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "Kevin",
"last_name": "Bob",
"customer_id": "192212",
"mobile_number": "9876543210",
"billing_address": {
"address1": "H.No 15, Sector 17",
"pincode": "61232112",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
}
},
"payments": [
{
"id": "v1-240909084141-aa-O2oJwd-cc-N",
"status": "PROCESSED",
"payment_amount": {
"value": 200,
"currency": "INR"
},
"payment_method": "CARD",
"payment_option": {
"card_data": {
"card_type": "CREDIT",
"network_name": "VISA",
"issuer_name": "NONE",
"product_name": "",
"card_category": "CONSUMER",
"country_code": "IND",
"token_txn_type": "ALT_TOKEN"
}
},
"acquirer_data": {
"approval_code": "831000",
"acquirer_reference": "7258713154996001403955",
"rrn": "425308234545",
"is_aggregator": true
},
"capture_data": [
{
"merchant_capture_reference": "2a2ef9cd-6edd-4df0-8c26-d2e81249ac4d",
"capture_amount": {
"value": 200,
"currency": "INR"
},
"created_at": "2024-09-09T08:50:41.082671Z"
}
],
"created_at": "2024-08-28T18:12:32.152152Z",
"updated_at": "2024-08-28T18:13:08.418627Z"
}
],
"created_at": "2024-09-09T08:41:41.026661Z",
"updated_at": "2024-09-09T08:50:41.082671Z"
}
}
{
"event_type": "ORDER_PROCESSED",
"data": {
"order_id": "v1-241011063254-aa-eAX0xI",
"merchant_order_reference": "c1cab20c-eace-4f53-8201-87bc8bc208b1",
"type": "CHARGE",
"status": "PARTIALLY_CAPTURED",
"merchant_id": "108272",
"order_amount": {
"value": 2000,
"currency": "INR"
},
"pre_auth": false,
"payments": [
{
"id": "v1-241011063254-aa-eAX0xI-cc-r",
"status": "PROCESSED",
"payment_amount": {
"value": 2000,
"currency": "INR"
},
"payment_method": "CARD",
"payment_option": {
"card_data": {
"card_type": "DEBIT",
"network_name": "VISA",
"issuer_name": "VISA PRODUCTION SUPPORT CLIENT BID 1",
"card_category": "Commercial",
"country_code": "IND",
"token_txn_type": "ALT_TOKEN"
}
},
"acquirer_data": {
"approval_code": "831000",
"acquirer_reference": "7286284540236614603955",
"rrn": "428406565162",
"is_aggregator": true
},
"capture_data": [
{
"merchant_capture_reference": "242c60f7-4068-4fc3-ab93-4ab92afea129",
"capture_amount": {
"value": 1200,
"currency": "INR"
},
"created_at": "2024-10-11T06:34:12.366974780Z"
}
],
"created_at": "2024-10-11T06:33:00.321315Z",
"updated_at": "2024-10-11T06:34:14.583896Z"
}
],
"created_at": "2024-10-11T06:32:54.188853Z",
"updated_at": "2024-10-11T06:34:14.584048Z"
}
}
{
"event_type": "ORDER_PROCESSED",
"data": {
"order_id": "v1-240909084141-aa-O2oJwd",
"merchant_order_reference": "a51688bd-34bb-4714-b40d-5fbbf381ba87",
"type": "CHARGE",
"status": "PROCESSED",
"merchant_id": "109500",
"order_amount": {
"value": 200,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "Kevin",
"last_name": "Bob",
"customer_id": "192212",
"mobile_number": "9876543210",
"billing_address": {
"address1": "H.No 15, Sector 17",
"pincode": "61232112",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
}
},
"payments": [
{
"id": "v1-240909084141-aa-O2oJwd-cc-N",
"status": "PROCESSED",
"payment_amount": {
"value": 200,
"currency": "INR"
},
"payment_method": "CARD",
"payment_option": {
"card_data": {
"card_type": "DEBIT",
"network_name": "Visa",
"issuer_name": "INTL HDQTRS-CENTER OWNED",
"card_category": "Commercial",
"country_code": "IND",
"token_txn_type": "ALT_TOKEN"
}
},
"acquirer_data": {
"approval_code": "831000",
"acquirer_reference": "7258713154996001403955",
"rrn": "425308234545",
"is_aggregator": true
},
"capture_data": [
{
"merchant_capture_reference": "2a2ef9cd-6edd-4df0-8c26-d2e81249ac4d",
"capture_amount": {
"value": 200,
"currency": "INR"
},
"created_at": "2024-09-09T08:50:41.082671Z"
}
],
"created_at": "2024-08-28T18:12:32.152152Z",
"updated_at": "2024-08-28T18:13:08.418627Z"
}
],
"created_at": "2024-09-09T08:41:41.026661Z",
"updated_at": "2024-09-09T08:50:41.082671Z"
}
}
{
"eventType": "ORDER_PROCESSED",
"data": {
"orderId": "v1-240813114804-aa-tgiDMn",
"merchantOrderReference": "bf53f2c1-0334-43fc-9ca1-3a6f8a2cc35a",
"type": "CHARGE",
"status": "PROCESSED",
"merchantId": "109968",
"orderAmount": {
"value": 200,
"currency": "INR"
},
"notes": "",
"preAuth": false,
"purchaseDetails": {
"customer": {
"emailId": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"customerId": "192212",
"mobileNumber": "192192883",
"billingAddress": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "61232112",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
},
"shippingAddress": {
"address1": "H.No 15, Sector 17",
"address2": "string",
"address3": "string",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchantMetadata": {}
},
"payments": [
{
"id": "v1-240813114804-aa-tgiDMn-cc-W",
"status": "PROCESSED",
"paymentAmount": {
"value": 100,
"currency": "INR"
},
"paymentMethod": "CARD",
"paymentOption": {
"cardData": {
"cardType": "CREDIT",
"networkName": "VISA",
"issuerName": "NONE",
"productName": "",
"cardCategory": "CONSUMER",
"countryCode": "IND"
}
},
"captureData": [
{
"merchantCaptureReference": "138e4a3f-1792-4f79-8f87-862b47231fd2",
"captureAmount": {
"value": 100,
"currency": "INR"
},
"createdAt": "seconds: 1723549889\\nnanos: 204477632\\n"
}
]
},
{
"id": "v1-240813114804-aa-tgiDMn-pt-9",
"status": "PROCESSED",
"paymentAmount": {
"value": 100,
"currency": "INR"
},
"paymentMethod": "POINTS",
"paymentOption": {
"cardData": {
"cardType": "",
"networkName": "",
"issuerName": "",
"productName": "",
"cardCategory": "",
"countryCode": ""
}
},
"captureData": [
{
"merchantCaptureReference": "138e4a3f-1792-4f79-8f87-862b47231fd2",
"captureAmount": {
"value": 100,
"currency": "INR"
},
"createdAt": "seconds: 1723549953\\nnanos: 204822932\\n"
}
]
}
],
"createdAt": "seconds: 1723549684\\nnanos: 642626000\\n",
"updatedAt": "seconds: 1723549953\\nnanos: 279280000\\n"
}
}
{
"event_type": "ORDER_PROCESSED",
"data": {
"order_id": "v1-240912090202-aa-LAKYlA",
"merchant_order_reference": "6c59c3e2-3cc8-4207-bdf5-49b976cb8077",
"type": "CHARGE",
"status": "PROCESSED",
"merchant_id": "110047",
"order_amount": {
"value": 100,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "joe",
"last_name": "kumar",
"customer_id": "192212",
"mobile_number": "192192883",
"billing_address": {
"address1": "H.No 15, Sector 17",
"pincode": "61232112",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "string",
"address3": "string",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchant_metadata": {
"key1": "value1",
"key2": "value2"
}
},
"payments": [
{
"id": "v1-240912090202-aa-LAKYlA-up-s",
"status": "PROCESSED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "UPI",
"payment_option": {
"upi_data": {
"txn_mode": "INTENT",
"payee": {
"reference_id": "174425",
"reference_type": "MERCHANT",
"vpa": "pinelabs.24092@hdfcbank",
"acquirer_name": "HDFC"
},
"payer": {
"vpa": "saklania8-2@okicici",
"phone_number": "918979279800",
"account_type": "SAVINGS"
}
}
},
"acquirer_data": {
"approval_code": "00",
"acquirer_reference": "462274903205",
"rrn": "",
"is_aggregator": true
}
}
],
"created_at": "2024-09-12T09:02:02.024600Z",
"updated_at": "2024-09-12T09:04:41.960102Z"
}
}
{
"event_type": "ORDER_PROCESSED",
"data": {
"order_id": "v1-241108070043-aa-Sys3RJ",
"merchant_order_reference": "3ebf9a69-ac36-4a66-9f35-01f339c4486c",
"type": "CHARGE",
"status": "PROCESSED",
"merchant_id": "110553",
"order_amount": {
"value": 100,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "joe",
"last_name": "kumar",
"customer_id": "192212",
"mobile_number": "192192883",
"billing_address": {
"address1": "H.No 15, Sector 17",
"pincode": "61232112",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "string",
"address3": "string",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchant_metadata": {
"key1": "value1",
"key2": "value2"
}
},
"payments": [
{
"id": "v1-241108070043-aa-Sys3RJ-nb-7",
"status": "PROCESSED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "NETBANKING",
"acquirer_data": {
"approval_code": "0300",
"acquirer_reference": "USBI0001265269",
"rrn": "",
"is_aggregator": true
},
"created_at": "2024-11-08T07:00:54.043180Z",
"updated_at": "2024-11-08T07:01:51.687570Z"
}
],
"created_at": "2024-11-08T07:00:43.756012Z",
"updated_at": "2024-11-08T07:01:51.687736Z",
"integration_mode": "SEAMLESS"
}
}
ORDER_CANCELLED
Triggered when the order is cancelled. Shown below are the sample payloads returned against different payment method.
{
"event_type": "ORDER_CANCELLED",
"data": {
"order_id": "v1-240828181232-aa-7cGcgo",
"merchant_order_reference": "8e9b80ea-49c3-4d3e-860b-057890d2fd73",
"type": "CHARGE",
"status": "CANCELLED",
"merchant_id": "109500",
"order_amount": {
"value": 100,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "Kevin",
"last_name": "Bob",
"customer_id": "192212",
"mobile_number": "9876543210",
"billing_address": {},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchant_metadata": {
"key1": "DD",
"key2": "XOF"
}
},
"payments": [
{
"id": "v1-240828181232-aa-7cGcgo-cc-h",
"status": "CANCELLED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "CARD",
"payment_option": {
"card_data": {
"card_type": "CREDIT",
"network_name": "VISA",
"issuer_name": "NONE",
"product_name": "",
"card_category": "CONSUMER",
"country_code": "IND",
"token_txn_type": "ALT_TOKEN"
}
},
"acquirer_data": {
"approval_code": "831000",
"acquirer_reference": "7248688579796775203955",
"rrn": "424118053313",
"is_aggregator": true
},
"created_at": "2024-08-28T18:12:32.152152Z",
"updated_at": "2024-08-28T18:14:18.965793Z"
}
],
"created_at": "2024-08-28T18:12:32.152152Z",
"updated_at": "2024-08-28T18:14:18.965793Z"
}
}
{
"event_type": "ORDER_CANCELLED",
"data": {
"order_id": "v1-240828181232-aa-7cGcgo",
"merchant_order_reference": "8e9b80ea-49c3-4d3e-860b-057890d2fd73",
"type": "CHARGE",
"status": "CANCELLED",
"merchant_id": "109500",
"order_amount": {
"value": 100,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "Kevin",
"last_name": "Bob",
"customer_id": "192212",
"mobile_number": "9876543210",
"billing_address": {},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchant_metadata": {
"key1": "DD",
"key2": "XOF"
}
},
"payments": [
{
"id": "v1-240828181232-aa-7cGcgo-cc-h",
"status": "CANCELLED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "CARD",
"payment_option": {
"card_data": {
"card_type": "DEBIT",
"network_name": "Visa",
"issuer_name": "INTL HDQTRS-CENTER OWNED",
"card_category": "Commercial",
"country_code": "IND",
"token_txn_type": "ALT_TOKEN"
}
},
"acquirer_data": {
"approval_code": "831000",
"acquirer_reference": "7248688579796775203955",
"rrn": "424118053313",
"is_aggregator": true
},
"created_at": "2024-08-28T18:12:32.152152Z",
"updated_at": "2024-08-28T18:14:18.965793Z"
}
],
"created_at": "2024-08-28T18:12:32.152152Z",
"updated_at": "2024-08-28T18:14:18.965793Z"
}
}
{
"eventType": "ORDER_CANCELLED",
"data": {
"orderId": "v1-240813104001-aa-NV193P",
"merchantOrderReference": "merchant-reference-42",
"type": "CHARGE",
"status": "CANCELLED",
"merchantId": "109968",
"orderAmount": {
"value": 1000,
"currency": "INR"
},
"notes": "",
"preAuth": false,
"purchaseDetails": {
"customer": {
"emailId": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"customerId": "192212",
"mobileNumber": "192192883",
"billingAddress": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "61232112",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
},
"shippingAddress": {
"address1": "H.No 15, Sector 17",
"address2": "string",
"address3": "string",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchantMetadata": {}
},
"payments": [
{
"id": "v1-240813104001-aa-NV193P-cc-9",
"status": "PROCESSED",
"paymentAmount": {
"value": 500,
"currency": "INR"
},
"paymentMethod": "CARD",
"paymentOption": {
"cardData": {
"cardType": "CREDIT",
"networkName": "VISA",
"issuerName": "NONE",
"productName": "",
"cardCategory": "CONSUMER",
"countryCode": "IND"
}
},
"captureData": []
},
{
"id": "v1-240813104001-aa-NV193P-pt-S",
"status": "PROCESSED",
"paymentAmount": {
"value": 500,
"currency": "INR"
},
"paymentMethod": "POINTS",
"paymentOption": {
"cardData": {
"cardType": "",
"networkName": "",
"issuerName": "",
"productName": "",
"cardCategory": "",
"countryCode": ""
}
},
"captureData": []
}
],
"createdAt": "seconds: 1723545601\\nnanos: 914184000\\n",
"updatedAt": "seconds: 1723565726\\nnanos: 776602000\\n"
}
}
PAYMENT_FAILED
Triggered when the payment against an order get failed. Shown below are the sample payloads returned against different payment method.
{
"event_type": "PAYMENT_FAILED",
"data": {
"order_id": "v1-240828180835-aa-IKvddb",
"merchant_order_reference": "4de00e1f-4855-4454-bf50-c0f7dd680e27",
"type": "CHARGE",
"status": "FAILED",
"merchant_id": "109500",
"order_amount": {
"value": 100,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "Kevin",
"last_name": "Bob",
"customer_id": "192212",
"mobile_number": "9876543210",
"billing_address": {},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchant_metadata": {
"key1": "DD",
"key2": "XOF"
}
},
"payments": [
{
"id": "v1-240828180835-aa-IKvddb-cc-2",
"status": "FAILED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "CARD",
"payment_option": {
"card_data": {
"card_type": "CREDIT",
"network_name": "VISA",
"issuer_name": "NONE",
"product_name": "",
"card_category": "CONSUMER",
"country_code": "IND",
"token_txn_type": "ALT_TOKEN"
}
},
"acquirer_data": {
"approval_code": "",
"acquirer_reference": "7248685878696292803954",
"rrn": "",
"is_aggregator": true
},
"capture_data": [
{
"merchant_capture_reference": "f631c5ce-1c2b-4dca-a80b-59b0f055771e",
"capture_amount": {
"value": 100,
"currency": "INR"
},
"created_at": "2024-09-05T06:30:39.296978016Z"
}
],
"error_detail": {
"code": "PAYMENT_DECLINED",
"message": "Transaction declined by Acquirer due to unknown reason"
},
"created_at": "2024-08-28T18:08:35.651366Z",
"updated_at": "2024-08-28T18:10:15.584550Z"
}
],
"created_at": "2024-08-28T18:08:35.651366Z",
"updated_at": "2024-08-28T18:10:15.584550Z"
}
}
{
"event_type": "PAYMENT_FAILED",
"data": {
"order_id": "v1-240828180835-aa-IKvddb",
"merchant_order_reference": "4de00e1f-4855-4454-bf50-c0f7dd680e27",
"type": "CHARGE",
"status": "FAILED",
"merchant_id": "109500",
"order_amount": {
"value": 100,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "Kevin",
"last_name": "Bob",
"customer_id": "192212",
"mobile_number": "9876543210",
"billing_address": {},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchant_metadata": {
"key1": "DD",
"key2": "XOF"
}
},
"payments": [
{
"id": "v1-240828180835-aa-IKvddb-cc-2",
"status": "FAILED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "CARD",
"payment_option": {
"card_data": {
"card_type": "CREDIT",
"network_name": "VISA",
"issuer_name": "NONE",
"product_name": "",
"card_category": "CONSUMER",
"country_code": "IND",
"token_txn_type": "ALT_TOKEN"
}
},
"acquirer_data": {
"approval_code": "",
"acquirer_reference": "7248685878696292803954",
"rrn": "",
"is_aggregator": true
},
"error_detail": {
"code": "USER_AUTHENTICATION_FAILED",
"message": "Consumer Authentication failed"
},
"created_at": "2024-08-28T18:08:35.651366Z",
"updated_at": "2024-08-28T18:10:15.584550Z"
}
],
"created_at": "2024-08-28T18:08:35.651366Z",
"updated_at": "2024-08-28T18:10:15.584550Z"
}
}
{
"event_type": "PAYMENT_FAILED",
"data": {
"order_id": "v1-240828180835-aa-IKvddb",
"merchant_order_reference": "4de00e1f-4855-4454-bf50-c0f7dd680e27",
"type": "CHARGE",
"status": "FAILED",
"merchant_id": "109500",
"order_amount": {
"value": 100,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "Kevin",
"last_name": "Bob",
"customer_id": "192212",
"mobile_number": "9876543210",
"billing_address": {},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchant_metadata": {
"key1": "DD",
"key2": "XOF"
}
},
"payments": [
{
"id": "v1-240828180835-aa-IKvddb-cc-2",
"status": "FAILED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "CARD",
"payment_option": {
"card_data": {
"card_type": "DEBIT",
"network_name": "Visa",
"issuer_name": "INTL HDQTRS-CENTER OWNED",
"card_category": "Commercial",
"country_code": "IND",
"token_txn_type": "ALT_TOKEN"
}
},
"acquirer_data": {
"approval_code": "",
"acquirer_reference": "7248685878696292803954",
"rrn": "",
"is_aggregator": true
},
"capture_data": [
{
"merchant_capture_reference": "f631c5ce-1c2b-4dca-a80b-59b0f055771e",
"capture_amount": {
"value": 100,
"currency": "INR"
},
"created_at": "2024-09-05T06:30:39.296978016Z"
}
],
"error_detail": {
"code": "PAYMENT_DECLINED",
"message": "Transaction declined by Acquirer due to unknown reason"
},
"created_at": "2024-08-28T18:08:35.651366Z",
"updated_at": "2024-08-28T18:10:15.584550Z"
}
],
"created_at": "2024-08-28T18:08:35.651366Z",
"updated_at": "2024-08-28T18:10:15.584550Z"
}
}
{
"eventType": "PAYMENT_FAILED",
"data": {
"orderId": "v1-240816104837-aa-ewN96Q",
"merchantOrderReference": "merchant-reference-49",
"type": "CHARGE",
"status": "FAILED",
"merchantId": "109968",
"orderAmount": {
"value": 10000,
"currency": "INR"
},
"notes": "",
"preAuth": false,
"purchaseDetails": {
"customer": {
"emailId": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"customerId": "192212",
"mobileNumber": "192192883",
"billingAddress": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "61232112",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
},
"shippingAddress": {
"address1": "H.No 15, Sector 17",
"address2": "string",
"address3": "string",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchantMetadata": {}
},
"payments": [
{
"id": "v1-240816104837-aa-ewN96Q-cc-O",
"status": "FAILED",
"paymentAmount": {
"value": 5000,
"currency": "INR"
},
"paymentMethod": "CARD",
"paymentOption": {
"cardData": {
"cardType": "CREDIT",
"networkName": "VISA",
"issuerName": "NONE",
"productName": "",
"cardCategory": "CONSUMER",
"countryCode": "IND"
}
},
"capture_data": [
{
"merchant_capture_reference": "f631c5ce-1c2b-4dca-a80b-59b0f055771e",
"capture_amount": {
"value": 100,
"currency": "INR"
},
"created_at": "2024-09-05T06:30:39.296978016Z"
}
]
},
{
"id": "v1-240816104837-aa-ewN96Q-pt-3",
"status": "FAILED",
"paymentAmount": {
"value": 5000,
"currency": "INR"
},
"paymentMethod": "POINTS",
"paymentOption": {
"cardData": {
"cardType": "",
"networkName": "",
"issuerName": "",
"productName": "",
"cardCategory": "",
"countryCode": ""
}
},
"captureData": []
}
],
"createdAt": "seconds: 1723805317\\nnanos: 141879000\\n",
"updatedAt": "seconds: 1723805614\\nnanos: 88148000\\n"
}
}
{
"event_type": "PAYMENT_FAILED",
"data": {
"order_id": "v1-240912102222-aa-lZedaQ",
"merchant_order_reference": "99a6329d-031a-4c94-acd9-4c1682b1933e",
"type": "CHARGE",
"status": "FAILED",
"merchant_id": "110047",
"order_amount": {
"value": 100,
"currency": "INR"
},
"notes": "some order",
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "joe",
"last_name": "kumar",
"customer_id": "192212",
"mobile_number": "192192883",
"billing_address": {
"address1": "H.No 15, Sector 17",
"pincode": "61232112",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "string",
"address3": "string",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchant_metadata": {
"key1": "value1",
"key2": "value2"
}
},
"payments": [
{
"id": "v1-240912102222-aa-lZedaQ-up-4",
"status": "FAILED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "UPI",
"payment_option": {
"upi_data": {
"txn_mode": "COLLECT",
"payee": {},
"payer": {}
}
},
"error_detail": {
"code": "UNAUTHORIZED",
"message": "Merchant is not configured for payment"
}
}
],
"created_at": "2024-09-12T10:22:22.383244Z",
"updated_at": "2024-09-12T10:22:32.173377Z"
}
}
{
"event_type": "PAYMENT_FAILED",
"data": {
"order_id": "v1-241108074323-aa-YwERfn",
"merchant_order_reference": "aa9c8b9e-5d31-4e5b-b060-cd01309b07ac",
"type": "CHARGE",
"status": "FAILED",
"merchant_id": "110553",
"order_amount": {
"value": 100,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "Kevin",
"last_name": "Bob",
"customer_id": "192212",
"mobile_number": "9876543210",
"billing_address": {
"address1": "H.No 15, Sector 17",
"pincode": "61232112",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchant_metadata": {
"key1": "DD",
"key2": "XOF"
}
},
"payments": [
{
"id": "v1-241108074323-aa-YwERfm-nb-I",
"status": "FAILED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "NETBANKING",
"payment_option": {
"netbanking_data": {
"pay_code": "NB1531",
"txn_mode": "REDIRECT"
}
},
"acquirer_data": {
"approval_code": "",
"acquirer_reference": "",
"rrn": "",
"is_aggregator": true
},
"error_detail": {
"code": "UNAUTHORIZED",
"message": "Unknown Error"
},
"created_at": "2024-11-08T07:43:31.162833Z",
"updated_at": "2024-11-08T07:43:49.397700Z"
}
],
"created_at": "2024-11-08T07:43:23.680277Z",
"updated_at": "2024-11-08T07:43:49.397973Z",
"integration_mode": "SEAMLESS"
}
}
{
"event_type": "PAYMENT_FAILED",
"data": {
"order_id": "v1-241121101135-aa-pey9CW",
"merchant_order_reference": "9ca2bffb-1fd3-48c9-9bcf-f26bab28fd59",
"type": "CHARGE",
"status": "FAILED",
"merchant_id": "327000",
"order_amount": {
"value": 100,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "joe",
"last_name": "kumar",
"customer_id": "192212",
"mobile_number": "192192883",
"billing_address": {},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "string",
"address3": "string",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
}
},
"payments": [
{
"id": "v1-241121101135-aa-pey9CW-cc-h",
"status": "FAILED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "CARD",
"payment_option": {
"card_data": {
"card_type": "CREDIT",
"network_name": "RUPAY",
"issuer_name": "HDFC BANK LIMITED AS CREDIT CARD ISS",
"card_category": "Consumer",
"country_code": "IND",
"token_txn_type": "ALT_TOKEN"
}
},
"acquirer_data": {
"approval_code": "",
"acquirer_reference": "",
"rrn": "",
"is_aggregator": true
},
"created_at": "2024-11-21T10:11:44.778956Z",
"updated_at": "2024-11-21T10:12:15.171613Z"
}
],
"created_at": "2024-11-21T10:11:35.320067Z",
"updated_at": "2024-11-21T10:12:15.171756Z",
"integration_mode": "SEAMLESS"
}
}
{
"event_type": "PAYMENT_FAILED",
"data": {
"order_id": "v1-241121095300-aa-B6UOMJ",
"merchant_order_reference": "52c6ffe7-1c2d-4d3e-882e-3fd5a59f1b16",
"type": "CHARGE",
"status": "FAILED",
"merchant_id": "110047",
"order_amount": {
"value": 100,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "joe",
"last_name": "kumar",
"customer_id": "192212",
"mobile_number": "192192883",
"billing_address": {},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "string",
"address3": "string",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
}
},
"payments": [
{
"id": "v1-241121095300-aa-B6UOMJ-up-o",
"status": "FAILED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "UPI",
"payment_option": {
"upi_data": {
"txn_mode": "INTENT"
}
},
"error_detail": {
"code": "INVALID_REQUEST",
"message": "Third party validation failure"
},
"created_at": "2024-11-21T09:53:10.644355Z",
"updated_at": "2024-11-21T09:53:13.040723Z"
}
],
"created_at": "2024-11-21T09:53:00.339337Z",
"updated_at": "2024-11-21T09:53:13.042177Z",
"integration_mode": "SEAMLESS"
}
}
Note: Capture block will be present if the capture for an order fails.
REFUND_PROCESSED
Triggered when the refund is successful. Shown below are the sample payloads returned against different payment method.
{
"event_type": "REFUND_PROCESSED",
"data": {
"order_id": "v1-240828181713-aa-hNlYwt",
"parent_order_id": "v1-241010055924-aa-AHbN0s",
"merchant_order_reference": "18c693c4-27ce-444d-a040-9dc3dcc06213",
"type": "REFUND",
"status": "PROCESSED",
"merchant_id": "109500",
"order_amount": {
"value": 100,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "Kevin",
"last_name": "Bob",
"customer_id": "192212",
"mobile_number": "9876543210",
"billing_address": {},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchant_metadata": {
"key1": "DD",
"key2": "XOF"
}
},
"payments": [
{
"id": "v1-240828181713-aa-hNlYwt-cc-K",
"status": "PROCESSED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "CARD",
"acquirer_data": {
"approval_code": "",
"acquirer_reference": "7248690362736367903954",
"rrn": "",
"is_aggregator": true
},
"created_at": "2024-08-28T18:17:13.147756Z",
"updated_at": "2024-08-28T18:17:17.157774Z"
}
],
"created_at": "2024-08-28T18:17:13.147756Z",
"updated_at": "2024-08-28T18:17:17.157774Z"
}
}
{
"event_type": "REFUND_PROCESSED",
"data": {
"order_id": "v1-240828181713-aa-hNlYwt",
"parent_order_id": "v1-241010055924-aa-AHbN0s",
"merchant_order_reference": "18c693c4-27ce-444d-a040-9dc3dcc06213",
"type": "REFUND",
"status": "PROCESSED",
"merchant_id": "109500",
"order_amount": {
"value": 100,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "Kevin",
"last_name": "Bob",
"customer_id": "192212",
"mobile_number": "9876543210",
"billing_address": {},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchant_metadata": {
"key1": "DD",
"key2": "XOF"
}
},
"payments": [
{
"id": "v1-240828181713-aa-hNlYwt-cc-K",
"status": "PROCESSED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "CARD",
"acquirer_data": {
"approval_code": "",
"acquirer_reference": "7248690362736367903954",
"rrn": "",
"is_aggregator": true
},
"created_at": "2024-08-28T18:17:13.147756Z",
"updated_at": "2024-08-28T18:17:17.157774Z"
}
],
"created_at": "2024-08-28T18:17:13.147756Z",
"updated_at": "2024-08-28T18:17:17.157774Z"
}
}
{
"event_type": "REFUND_PROCESSED",
"data": {
"order_id": "v1-240828181713-aa-hNlYwt",
"parent_order_id": "v1-241010055924-aa-AHbN0s",
"merchant_order_reference": "18c693c4-27ce-444d-a040-9dc3dcc06213",
"type": "REFUND",
"status": "PROCESSED",
"merchant_id": "109500",
"order_amount": {
"value": 1000,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "Kevin",
"last_name": "Bob",
"customer_id": "192212",
"mobile_number": "9876543210",
"billing_address": {},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchant_metadata": {
"key1": "DD",
"key2": "XOF"
}
},
"payments": [
{
"id": "v1-240820071549-aa-WxMmCj-cc-3",
"status": "PROCESSED",
"paymentAmount": {
"value": 800,
"currency": "INR"
},
"paymentMethod": "CARD",
"paymentOption": {
"cardData": {
"cardType": "",
"networkName": "",
"issuerName": "",
"productName": "",
"cardCategory": "",
"countryCode": ""
}
},
"captureData": []
},
{
"id": "v1-240820071549-aa-WxMmCj-pt-7",
"status": "PROCESSED",
"paymentAmount": {
"value": 200,
"currency": "INR"
},
"paymentMethod": "POINTS",
"paymentOption": {
"cardData": {
"cardType": "",
"networkName": "",
"issuerName": "",
"productName": "",
"cardCategory": "",
"countryCode": ""
}
},
"captureData": []
}
],
"createdAt": "2024-08-28T18:17:13.147756Z",
"updatedAt": "2024-08-28T18:17:13.147766Z"
}
}
{
"event_type": "REFUND_PROCESSED",
"data": {
"order_id": "v1-240828181713-aa-hNlYwt",
"parent_order_id": "v1-241010055924-aa-AHbN0s",
"merchant_order_reference": "18c693c4-27ce-444d-a040-9dc3dcc06213",
"type": "REFUND",
"status": "PROCESSED",
"merchant_id": "109500",
"order_amount": {
"value": 100,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "Kevin",
"last_name": "Bob",
"customer_id": "192212",
"mobile_number": "9876543210",
"billing_address": {},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchant_metadata": {
"key1": "DD",
"key2": "XOF"
}
},
"payments": [
{
"id": "v1-240912062449-aa-V2v5g5-up-T",
"status": "PROCESSED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "UPI",
"payment_option": {
"upi_data": {
"txn_mode": "INTENT",
"payee": {
"reference_id": "174425",
"reference_type": "MERCHANT",
"vpa": "pinelabs.24092@hdfcbank",
"acquirer_name": "HDFC"
},
"payer": {
"vpa": "saklania8-2@okicici",
"phone_number": "918979279800",
"account_type": "SAVINGS"
}
}
},
"acquirer_data": {
"approval_code": "",
"acquirer_reference": "425600485036",
"rrn": "",
"is_aggregator": true
}
}
],
"created_at": "2024-09-12T06:24:49.834631Z",
"updated_at": "2024-09-12T06:24:53.389484Z"
}
}
{
"event_type": "REFUND_PROCESSED",
"data": {
"order_id": "v1-240828181713-aa-hNlYwt",
"parent_order_id": "v1-241010055924-aa-AHbN0s",
"merchant_order_reference": "18c693c4-27ce-444d-a040-9dc3dcc06213",
"type": "REFUND",
"status": "PROCESSED",
"merchant_id": "109500",
"order_amount": {
"value": 100,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "Kevin",
"last_name": "Bob",
"customer_id": "192212",
"mobile_number": "9876543210",
"billing_address": {},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchant_metadata": {
"key1": "DD",
"key2": "XOF"
}
},
"payments": [
{
"id": "v1-240828181713-aa-hNlYwt-cc-K",
"status": "PROCESSED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "CARD",
"acquirer_data": {
"approval_code": "",
"acquirer_reference": "7248690362736367903954",
"rrn": "",
"is_aggregator": true
},
"created_at": "2024-08-28T18:17:13.147756Z",
"updated_at": "2024-08-28T18:17:17.157774Z"
}
],
"created_at": "2024-08-28T18:17:13.147756Z",
"updated_at": "2024-08-28T18:17:17.157774Z"
}
}
{
"event_type": "REFUND_PROCESSED",
"data": {
"order_id": "v1-241108070043-aa-Sys3RK",
"merchant_order_reference": "3ebf9a69-ac36-4a66-9f35-01f339c4486d",
"type": "CHARGE",
"status": "FULLY_REFUNDED",
"merchant_id": "110553",
"order_amount": {
"value": 100,
"currency": "INR"
},
"pre_auth": false,
"purchase_details": {
"customer": {
"email_id": "[email protected]",
"first_name": "Kevin",
"last_name": "Bob",
"customer_id": "192212",
"mobile_number": "9876543210",
"billing_address": {
"address1": "H.No 15, Sector 17",
"pincode": "61232112",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
},
"shipping_address": {
"address1": "H.No 15, Sector 17",
"address2": "",
"address3": "",
"pincode": "144001123",
"city": "CHANDIGARH",
"state": "PUNJAB",
"country": "INDIA"
}
},
"merchant_metadata": {
"key1": "DD",
"key2": "XOF"
}
},
"payments": [
{
"id": "v1-241108070043-aa-Sys3RJ-nb-7",
"status": "PROCESSED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "NETBANKING",
"acquirer_data": {
"approval_code": "0300",
"acquirer_reference": "USBI0001265269",
"rrn": "",
"is_aggregator": true
},
"created_at": "2024-11-08T07:00:54.043180Z",
"updated_at": "2024-11-08T07:01:51.687570Z"
}
],
"refunds": [
{
"merchant_order_reference": "a887681c-1bbc-4d94-84e8-0ff90ea82686",
"order_id": "v1-241108070811-aa-8cHklk",
"type": "REFUND",
"status": "PROCESSED",
"order_amount": {
"value": 100,
"currency": "INR"
},
"payments": [
{
"id": "v1-241108070811-aa-8cHklk-nb-W",
"parent_payment_id": "v1-241108070043-aa-Sys3RJ-nb-7",
"status": "PROCESSED",
"payment_amount": {
"value": 100,
"currency": "INR"
},
"payment_method": "NETBANKING",
"acquirer_data": {
"approval_code": "0699",
"acquirer_reference": "USBI00012652691",
"rrn": "",
"is_aggregator": true
},
"created_at": "2024-11-08T07:08:11.258479Z",
"updated_at": "2024-11-08T07:08:12.819917Z"
}
],
"created_at": "2024-11-08T07:08:11.258534Z",
"updated_at": "2024-11-08T07:08:12.820050Z"
}
],
"created_at": "2024-11-08T07:00:43.756012Z",
"updated_at": "2024-11-08T07:01:51.687736Z",
"integration_mode": "SEAMLESS"
}
}