To get your Live credentials (apiuser
, apikey
), you need to create a service in your Fapshi dashboard. Here’s how:
fapshi.com
itself).apiuser
and apikey
for that service will be displayed. Copy these carefully. They are sensitive, especially the apikey
. ⚠️ Note: In Live mode, the payout/disbursement function may be off by default. You might need to contact Fapshi support to activate it once you’ve tested in the sandbox and are ready.
When you're ready to go live — i.e. start processing real payments via Fapshi instead of just testing — you need to make a few changes. These are the steps:
What you must do | Details |
---|---|
1. Replace your API credentials | Use the Live apiuser and apikey instead of the sandbox/test ones. You can find these on the developers tab when you create a service. |
2. Switch your base URL | Change the base URL in your code/config from https://sandbox.fapshi.com to https://live.fapshi.com. |
3. Double-check everything else | Make sure your configuration (webhooks, callback URLs, etc.) and options are correct for production; make sure you’re using real credentials and that your account is activated. |
Once those changes are made, your integration should be running in “live mode” — real transactions, real money, etc.