/
Stripe Account Setup

Stripe Account Setup

After creating your Stripe Account, set up your account with the following:

Upgrading Stripe API Version

Upgrade your Stripe API version default to 2022-08-01 or later, if you are still using the older versions.

Go to Homepage > Developer > Overview tab > API Version > Click Upgrade available…

 

image-20240812-053432.png

Click Upgrade to upgrade the API Version.

image-20240812-053706.png

After clicking the Upgrade button, the page will refresh, and the latest version of the API will be reflected.

image-20240812-054211.png

Enable Payment Method

Enable the following Payment Methods in your Stripe Account. To enable Payment Methods, go to Payment Settings and click the Turn On button.

image-20240829-011438.png
image-20240829-011526.png

Set up the Default Payment Method for Invoices and Subscription

Before setting up the Default Payment, make sure you have enabled the payment methods for card and BECS Debit. The Stripe needs to be in live mode, not Test Mode, to set up the default payment for invoices and subscriptions.

Go to Billing > Invoices > Default Payment Methods

In the Default payment method section, navigate to the Payment method configuration and choose the Payment Method group that includes the card and BECS Debit options you have previously enabled. Make sure to save after.

image - 2025-03-27T090131.735.png
image - 2025-03-27T090134.103.png



How to configure Payouts on your dashboard

Go to Balances and click Manage. See the sample screenshot below.

image-20240314-064812.png

 

When the Manage payout schedule is clicked, a user can select either manual or automatic.

image-20240314-064930.png

 

More details about the payout schedule are here.

Set up the Smart Retries on a Stripe account

  1. Open your Stripe Account and go to Billing.

  2. In the Invoices tab, locate Advanced invoicing features.

  3. In the Retry schedule select Use custom retry schedule for one-off invoices.

  4. Select your preferred retry schedule.

  5. Click Save.

image-20241018-071755.png
image-20241018-071901.png

How to configure Block Rules for Fraud Detection (Radar)

Go to Homepage > Search for Fraud/Radar in the search bar above > Click the Rules tab

image-20240812-023418.png

 

In the Rules tab, you can review the specific conditions of the block rules and Authentication rules that have been established.

image-20240812-023236.png

To configure fraud detection, you'll need to click on the "Add Rule" button. Doing so will display the “Create Rule” interface on the right side of the screen. This is where you can specify the rules for blocking payments.

image-20240812-023833.png

After you have added the conditions, click on “Test Rule". You will then be redirected to the “Review Rule” page to check and review the new rule before it is added.

image-20240812-025418.png
image-20240812-024114.png

In the "Review new rule" section, you can check the conditions and see if there are any errors or important notices before adding the new rule. After carefully reviewing, click the Add Rule button to successfully add it.

image-20240812-030122.png

After adding the rule, the newly added rules or conditions will be reflected under the Block Rules.

image-20240812-030614.png

Stripe will follow the conditions established in the Block Rules. If the payment meets these conditions, it will be tagged as Fraud and blocked.

Related content