Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 2.53 KB

get-started-with-payouts.md

File metadata and controls

58 lines (32 loc) · 2.53 KB

➕ Get started with payouts!

For getting started with payouts, make sure you have signed up for the underlying payout processors supported by HyperSwitch.

How does it work?

How to get started?

We will be using HyperSwitch's hosted dashboard and Postman API collection for configuring connectors and processing payouts. You can find API reference here.

Backend API endpoint - https://sandbox.hyperswitch.io

Dashboard - https://app.hyperswitch.io

Pre-requisites

  • Make sure you have an account by signing up at the dashboard.
  • Log in to the dashboard
  • Make sure you have an API key by navigating to Developers section
  • Note down your merchant_id from the home page.

Steps for configuring payout processors

Step 1 - Login to your HyperSwitch account.

Step 2 - Navigate to Payout Processors tab.

Payout Processors list

Step 3 - Select the payout processor you'd want to use and provide the processor's credentials.

Configuring auth keys for communicating with the processor

Step 4 - Enable preferred payment methods.

Keep preferred payment methods enabled

Step 5 - Hooray! You've successfully set up your payout processor!

Successfully configured!

Steps for processing payouts

Step 1 - Import postman collection from here.

Import postman collection

Step 2 - Navigate to Variables tab to set up below variables

  • baseUrl
  • merchant_id
  • api_key

Updating env variables in postman collection

Step 3 - Head to "Process payouts" section for processing payouts.