payment.succeeded
Occurs when a customer payment is confirmed as succeeded.
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Body
Represents an order (payment) processed under your business, containing customer, billing, product cart, and refund details.
Unique internal database identifier.
"pay_123"
The invoice print URL.
"https://solifyn.com/transactions/payments/pay_123/print"
Customer details.
Total paid amount in cents.
2900
Subtotal amount in cents.
2900
Tax amount in cents.
0
Application fee in cents.
150
Net amount after fees in cents.
2750
Currency code.
"usd"
Current status of the payment.
"paid"
Payment creation timestamp.
"2026-05-22T08:00:00Z"
Payment method utilized.
"card"
Products purchased in this order.
Indicates whether the order is eligible for refund.
true
Business unique ID identifier.
"biz_123"
Business display title/name.
"Acme SaaS Corp"
Total paid amount converted to USD.
30.6
Payment completion/paid timestamp.
"2026-05-22T08:05:00Z"
Last four digits of card used.
"4242"
Card network/brand.
"visa"
Card type.
"visa"
Billing address details.
Custom metadata payload associated with this payment.
Order details snapshot.
List of refunds associated with this payment.
Billing reason detail.
"subscription_cycle"
Response
Webhook processed successfully.