Skip to main content

Getting Started & Account Setup

A: Visit our dashboard and use your login email, password and OTP from your Authenticator app. If you face any issues, please reach out to our support team.
A: Verification requires your business registration documents (for KYB). For full details, check the verification process page.
A: The process usually takes 24–72 working hours.
Note that this time may extend if additional documents are requested for compliance review.
A: You will receive an email with the reason and a message from our support team with more details about the issue. You’ll be able to resolve the issue, correct your documentation, and resubmit with the support team.
A: No, absolutely not. Start integrating immediately using Test Mode. Once your KYB verification is successful, you can switch to Live Mode instantly. Learn more about the difference: Test Mode vs. Live Mode.
A: Ensure you have submitted all KYB verification documents in the KYB onboarding page. If you are stuck past 24 hours, check that same page for any reasons why and contact the support team.

Payment Collections & Transactions

A: Spotflow supports a variety of payment methods, including debit cards, bank transfers, EFT, mobile money, and virtual wallets. We handle both one-time and recurring subscription payments for digital products.
A: You can track the status of all payments from the Collections Page of your dashboard. Transactions are listed with clear indicators: In Progress, Abandoned, Failed, or Successful.
A: Spotflow charges the customer immediately upon subscription creation unless the product has been configured with a trial period.
A: You likely attempted to test a real card using your Live Keys. Always test using your Test Keys and the test card numbers provided in our documentation.

Payouts & Funds Flow

A: Payouts are the transfer of your collected revenue to your preferred bank account. Payouts are processed at most T+1 days, barring bank holidays or emergencies.
A: Payout fees are the transaction costs for transferring funds from Spotflow to your bank account. We constantly work with local partners to reduce these costs. Please reach out to our support team for detailed information.

Webhooks & Technical Integration

A: No. For security and compliance, the hosted checkout flow does not support embedding in an iframe. You must redirect users to the Spotflow checkout URL.
A: - Webhook URL: Configured in your Dashboard. Receives secure POST payloads about events.
  • Callback/Redirect URL: Configured in your dashboard or sent in your payment API request. It sends the user’s browser back to your app with basic query parameters (?status=successful).
Use Webhooks to automate things like DB updates, and callbacks/redirects to show thank you screens.
A: No. Redirect parameters are user-facing and can be tampered with. Always use and wait for payment.successful webhooks or make a final API call to the verify payment endpoint to confirm payment status.
Treat redirects as confirmations for the user, not proof of payment.
A: Check this list:
  1. Is your webhook URL configured correctly in the Dashboard?
  2. Are you confusing the webhook URL with the callback/redirect URL?
  3. Does your URL accept POST requests and reply with a 2xx status? If the issue persists, escalate on your dedicated support group chat.
You can have both a webhook and a callback/redirect URL - they serve different purposes.
A: Check the Signature. Every webhook includes a x-spotflow-signature header. You must use your Webhook Secret Key to recompute the HMAC-SHA256 signature and compare it to the received signature from Spotflow.If they match, the webhook is authentic. We recommend using libraries provided by Standard Webhooks.

Testing & Local Development

A:Yes — subscriptions can be fully simulated and tested in Test Mode. Ensure you don’t use real test cards.
A:Yes. Using real customer names/emails helps debug your full workflow, simulate webhooks but no real money will be transferred. Card details must be test cards.
A:
  • On your Spotflow dashboard, look for a Test Mode toggle.
  • Switch to use test mode and simulate payments.
  • You’ll see “Test Mode” label on all screens. Make sure to use the corresponding API key or environment when switching.

Support & Security

A:You can contact our support team by sending an email to support@spotflow.one. We are here to assist you with any issues or questions you may have.
A: If you’ve messaged your dedicated personalized group chat and there is no response, escalate immediately by emailing support@spotflow.one with the subject line URGENT: No Response – [Your Email].
A: We use real-time fraud detection to monitor suspicious transactions and maintain PCI-DSS compliance to ensure all payment information is encrypted and secure.
A: Yes. We rely on data encryption and tokenization. We never store raw customer payment data directly on our servers, ensuring maximum security during transactions.