SwitchWallet Docs
  • Welcome to SwitchWallet
  • 🛠️Getting Started
    • Environment
    • Getting your API key
      • Switching To Production
    • 💳Authentication
      • How to use API Key | Bearer Token
  • API CALLS
    • 💼Wallet Generation
    • Merchant Client Withdrawal
      • Withdrawal Verification
    • Webhook
      • Deposit Webhook
      • Withdrawal Webhook
      • Remittance Webhook
    • Add Network and Curreny Support
    • Balances
      • Custodian Wallet Balance
    • Transactions
  • Dashboard
    • My Dashboard
  • Q&A
    • Questions And Answers
Powered by GitBook
On this page
  1. API CALLS
  2. Webhook

Remittance Webhook

Remittance Webhook Payload

Payload
{
  "RequestReference": "XS-Our-Uniquely-generated-Ref",
  "WalletAddress": "Address we are remitting from",
  "RemittanceStatus": "GasPaymentConfirmed",
  "Amount": 30.0
}
PreviousWithdrawal WebhookNextAdd Network and Curreny Support

Last updated 2 years ago