Event Types
This page lists the webhook events that you may receive from SpherePay. For each webhook, we include the event name, description, and the payload.
Event Name | Description |
---|---|
address.create | A new address has been created |
bankAccount.create | A new bank account has been created |
customer.create | A new customer has been created |
customer.kyc.pending | The customer's KYC is pending |
customer.kyc.successful | The customer's KYC has been approved |
customer.kyc.rejected | The customer's KYC has been rejected |
customer.kyc.additionalReviewRequired | The customer's KYC requires additional review |
customer.tos.pending | The customer's TOS is pending |
customer.tos.successful | The customer has completed and agreed to the Terms of Service |
payout.cancelled | A payout has been cancelled |
payout.create | A payout has been created |
payout.failed | A payout has failed |
payout.funded | A payout has been funded |
payout.pending | A payout is pending for funding |
payout.processing | A payout is being processed |
payout.refunded | A payout has been refunded |
payout.successful | A payout has been successful |
wallet.create | A new wallet has been created |
webhook.create | A new webhook has been created |
Retrieve Webhook Event
Use this API request to add a new webhook.
GET
https://api.spherepay.co/v1/event/{event_id}
For the full API specification, see the Sphere API Reference.
Response Example
Last updated on