YoboPay
  1. Events
YoboPay
  • 接入说明
  • Introduction
  • Webhook接入
  • Webhook Introduction
  • Test Card
  • Embedded Checkout
  • Checkout
    • Create Session
      POST
    • Expire Session
      POST
    • Retrieve Session
      GET
  • PaymentIntents
    • Retrieve PaymentIntent
      GET
    • List all paymentIntent
      GET
  • Charges
    • List all charges
      GET
  • Customers
    • Create Customer
      POST
    • Update Customer
      POST
    • Retrieve Customer
      GET
  • Events
    • The Event object
    • Types of Events
    • Data Object
      • PaymentIntent
      • Charge
  • Refunds
    • Create Refund
      POST
    • List all refunds
      GET
  1. Events

The Event object

Schema
Example
Event
eventId
string 
required
created
integer 
创建时间
required
Timestamp at which the event was created.
type
string 
事件类型
required
Types of Events
data
object 
required
object
object 
事件数据对象
required
Event data object
Type枚举详见Types of Events
Modified at 2025-04-08 07:56:23
Previous
Retrieve Customer
Next
Types of Events
Built with