Webhooks
Receiver Notifications
Last updated
Receiver Notifications
Last updated
Receiver webhooks provide notifications for events related to receivers, after a receiver is created notifications relating to the receiver and their KYC progress will be sent to your nominated URL. These webhooks ensure that your system stays updated with any changes to receiver information.
Receiver Webhook Structure Data Type: JSON
The webhook payload is delivered in JSON format, a structured data format commonly used for APIs. Each payload includes:
Account Notification Event
Event | Description |
---|---|
Receiver Notification Status
Status | Description |
---|---|
Example
Variable
Type
Description
event
String
The event will following current progress of this receiver.
receiver_id
String
Unique ID of the updated receiver.
subaccount_id
String
Unique ID of the updated receiver's subaccount.
kyc_status
String
Status of the current KYC progress.
timestamp
Integer
Unix timestamp of the event.
receiverKycUpdate
Indicates that the recipient's KYC (Know Your Customer) status has been updated.
pending
Customer has been sent the request to complete their KYC.
completed
Customer has successfully completed their KYC verification and can now receive payouts.
failed
Customer has failed their KYC verification. If you believe this to be an error please contact your Payswiftly Account Manager.