Int'l Payout & Collection
  • Start your global payment here
  • Partner & Merchant Onboarding
  • Getting Started for Partner
    • Partner Onboarding Endpoints
    • IP Capture & Whitelisting
    • Regenerate Partners Pub/Priv Keys
  • Getting Started for Merchant
  • Collection
    • Digital Signatures
    • Collection (MOMO)
    • Collection (Virtual Account-NGN )**
    • Fetch Order
    • Assigning Virtual Accounts
      • Get Available Assignable Virtual Account
      • Check if specific account is available for use
      • Create Order- using Available Virtual Account from your Account Pool
    • Cancel Order
    • Get Mobile Money Providers
  • Payout
    • Account verification
    • Payout
    • Payout Status
    • Crypto Withdrawal
    • Bank & Bank Codes
  • Transaction History
    • Get Transaction Records
Powered by GitBook
On this page
  • Payout
  • This endpoint is used to do the actual payout.
  1. Payout

Payout

How to do payout

Payout

This endpoint is used to do the actual payout.

POST https://exchanger-api.fuspay.finance/api/v1/no-auth/PartnerP2P/Payout/

Transfer to a bank account or mobile money

Headers

Name
Type
Description

Authorization*

String

partners public key

Request Body

Name
Type
Description

amount*

String

The amount that is about to be withdrawn

account_number*

String

The bank account number or mobile money number

currency*

String

This is the currency of the wallet your are withdrawing from

withdrawal_reference*

String

This is a string generated from your end to identify the withdrawal

partner_id*

String

this is your partner id on on the IPC system

intrapay_merchant_id*

String

This is your merchant ID on the Intrapay platform

signature*

String

The signature is the request body signed with the merchant secret key + Partner secret key

account_code*

String

this is the code identifying the bank ("057" for Nigerian Banks )or the mobile money providers (MPESA, MTN, VOD)

partner_callback_url

String

This is your notification URL

{ "success": true, "message": "Withdrawal initiated. Updates will be provided on callback!!!", "data": null }

PreviousAccount verificationNextPayout Status

Last updated 1 year ago