1. Default Folder
Multigate
  • 🚀 Getting Started
  • 🔓 Authentication
    • Get Token
    • Refresh Token
    • Logout User
    • Reset Password
    • Get Current User Info
  • 👋 Onboarding
    • Create Subclient
    • Get All Subclients
    • Get Subclient
    • Update Subclient
    • Create Subclient Shareholder
    • Get Subclient Shareholders
    • Update Subclient Shareholder
    • Upload Subclient Documents
    • Get Subclient Documents
    • Delete Subclient
    • Submit Subclient
    • Update Subclient Shareholder
  • 🏦 Accounts
    • 📄 Statements
      • V2
        • Get statement by account entity Id
        • Download statement by account entity Id
        • Download statement by account entity Id
      • Get Statement
      • Download statement
    • Create Virtual Account
    • Get Account
    • Get Accounts By
    • Get All Accounts
    • Simulate Inflow (UAT only)
    • Get Accounts By
  • 🔃 Conversions
    • Get Quote
    • Lock Rate
    • Get Trade
    • Get All Trades
  • 💸 Transfers
    • 🏦 Banks
      • Get Bank Details
    • 👤 Beneficiaries
      • Create Beneficiary
      • Get All Beneficiaries
      • Get Beneficiary
      • Update Beneficiary
      • Validate Beneficiary Account (NGN only)
      • Get Beneficiary
      • Update Beneficiary
    • Create Single Transfer
    • Get Transfer Fee
    • Find Transfers
    • Get Transfer Fee
  • 🔔 Webhooks / Push Notifications
    • Add a New Client Configuration
    • Update Client Configuration Current Mode
    • Get Client Configuration
  • 📲 Remittance
    • Initiate Remittance
    • Get Remittance
  • 📥 Receivables
    • Create Receivable
    • Get Receivable
  • 🔔 Webhooks
    • Push Notifications
      • Update Client Configuration Current Mode
      • Get Client Configuration
  • Schemas
    • Default Folder
      • SubClientInput
      • CreateShareHolderInput
      • DocumentOutputArray
      • StatementOutput
      • AccountInput
      • AccountOutput
      • AccountOutputArray
      • BeneficiaryOutput
      • BeneficiaryOutputArray
      • SingleTransferResponse
      • RemittanceRequest
      • ReceivableInput
      • NewReceivableOutput
      • ReceivableOutput
    • InlineTransferBeneficiary
  1. Default Folder

RemittanceRequest

{
    "sourceAccountNumber": "string",
    "currencyIso3Code": "string",
    "amount": 0,
    "narration": "string",
    "uniqueRequestId": "string",
    "sender": {
        "firstName": "string",
        "lastName": "string",
        "middleName": "string",
        "phoneNumber": "string",
        "emailAddress": "string",
        "address": "string",
        "addressLine1": "string",
        "addressLine2": "string",
        "city": "string",
        "state": "string",
        "countryIso3Code": "string",
        "bvn": "string"
    },
    "beneficiary": {
        "accountNumber": "string",
        "accountName": "string",
        "bankName": "string",
        "bankBicOrCode": "string",
        "firstName": "string",
        "lastName": "string",
        "middleName": "string",
        "phoneNumber": "string",
        "emailAddress": "string",
        "addressLine1": "string",
        "addressLine2": "string",
        "city": "string",
        "state": "string",
        "countryIso3Code": "string",
        "bvn": "string"
    }
}
Built with