Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 628 Bytes

PaymentCallback.md

File metadata and controls

18 lines (13 loc) · 628 Bytes

# PaymentCallback

Callback for successful or failed payments made via the Payments API

use Xendit\PaymentRequest\PaymentCallback;

Properties

Name Type Required Description Examples
event string ☑️ Identifies the event that triggered a notification to the merchant null
business_id string ☑️ business_id null
created string ☑️ null
data PaymentCallbackData null

[Back to README]