Webhook
Webhook
This is a way SwitchWallet Notifies our Merchants of deposits being made to the wallet addresses They generated, Thus: ("Alert" in our Traditional Fiat Banking system).
Merchants are to provide this "Responds Url" to send this webhooks
So to "Add" or "Update" your webhooks Url
Here is a sample
Add | Update Webhook
PUT
BaseUrl/api/v1/merchant/remittancewebhook
Request Body
Name
Type
Description
webHookUrl
String
https://yoursite.com/webhook
publicKey
String
Your PublicKey
Here are Enums to look out in the webhook payloads
1) Currency
2) Network
TransactionStatus
Enum
Value
ABOUT_TO_INITIATE
1
PENDING
2
CONFIRMED
3
FAILED
4
NOT_PROPAGATED
5
TransactionTypeEnum
Enum
Value
DEPOSIT
1
WITHDRAW
2
TRANSFER
3
MERCHANT_DEPOSIT
4
REMITTANCE
5
Last updated