// Checkout payment success event
{
"id": "69163c762331ed43dc64a6ef",
"url": "https://payments.coinbase.com/payment-links/pl_01k9zdrbdeezj98vaqaxrfare0",
"amount": "100.00",
"currency": "USDC",
"network": "base",
"address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
"description": "Payment for order #12345",
"eventType": "checkout.payment.success",
"expiresAt": "2026-12-31T23:59:59Z",
"failRedirectUrl": "https://example.com/failed",
"metadata": {
"customerId": "cust_abc123",
"orderId": "12345"
},
"settlement": {
"totalAmount": "100.00",
"feeAmount": "1.25",
"netAmount": "98.75",
"currency": "USDC"
},
"status": "COMPLETED",
"successRedirectUrl": "https://example.com/success",
"transactionHash": "0x3a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b",
"createdAt": "2025-11-13T20:15:49.329Z",
"updatedAt": "2025-11-13T20:16:55.097Z"
}
// Checkout payment failed event
{
"id": "69163c762331ed43dc64a6ef",
"url": "https://payments.coinbase.com/payment-links/pl_01k9zdrbdeezj98vaqaxrfare0",
"amount": "100.00",
"currency": "USDC",
"network": "base",
"address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
"description": "Payment for order #12345",
"eventType": "checkout.payment.failed",
"expiresAt": "2026-12-31T23:59:59Z",
"failRedirectUrl": "https://example.com/failed",
"metadata": {
"customerId": "cust_abc123",
"orderId": "12345"
},
"status": "FAILED",
"createdAt": "2025-11-13T20:15:49.329Z",
"updatedAt": "2025-11-13T20:15:49.329Z"
}
// Checkout payment expired event
{
"id": "69163c762331ed43dc64a6ef",
"url": "https://payments.coinbase.com/payment-links/pl_01k9zdrbdeezj98vaqaxrfare0",
"amount": "100.00",
"currency": "USDC",
"network": "base",
"address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
"description": "Payment for order #12345",
"eventType": "checkout.payment.expired",
"expiresAt": "2025-11-13T20:15:49.329Z",
"metadata": {
"customerId": "cust_abc123",
"orderId": "12345"
},
"status": "EXPIRED",
"createdAt": "2025-11-01T10:00:00.000Z",
"updatedAt": "2025-11-13T20:15:49.329Z"
}
// Checkout refund success event
{
"id": "69163c762331ed43dc64a6ef",
"url": "https://payments.coinbase.com/payment-links/pl_01k9zdrbdeezj98vaqaxrfare0",
"amount": "100.00",
"currency": "USDC",
"network": "base",
"address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
"description": "Payment for order #12345",
"eventType": "checkout.refund.success",
"metadata": {
"customerId": "cust_abc123",
"orderId": "12345"
},
"settlement": {
"totalAmount": "100.00",
"feeAmount": "1.25",
"netAmount": "98.75",
"currency": "USDC"
},
"status": "REFUNDED",
"refundedAmount": "100.00",
"refunds": [
{
"id": "69163c762331ed43dc64b7fg",
"checkoutId": "69163c762331ed43dc64a6ef",
"amount": "100.00",
"currency": "USDC",
"status": "COMPLETED",
"reason": "Customer requested refund",
"transactionHash": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890",
"createdAt": "2025-11-14T10:00:00.000Z",
"completedAt": "2025-11-14T10:05:00.000Z"
}
],
"transactionHash": "0x3a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b",
"createdAt": "2025-11-13T20:15:49.329Z",
"updatedAt": "2025-11-14T10:05:00.000Z"
}