Reconciliation
Understand money movement from Flex with your Shopify Store.
Reconciliation will vary depending on how you organize your books. Flex provides you with all the data to ensure you are able to reconciliate your shopify data without a problem.
How money flows
First, let’s make sure we understand how money reaches your bank account.
Flex uses Stripe to handle payouts directly to your bank account. As part of the onboarding process, you’ll set up a stripe account and link your bank account to receive payments.
When a customer transacts on your shopify store:
- Flex will process the payment
- An order is generated in your Shopify Admin with a payment id
- The payment amount minus the Flex fees will go to your stripe account
- Within 24-72 hours the funds will settle and be in your bank account
Retrieving data from Flex
An order in shopify is still created with all the order and customer details like any other shopify order. The only difference is the payment gateway will appear as “Flex”
If your team is used working with spreadsheets, the payments export in the Flex dashboard should have all the information you need.
If your team has automated this process and uses a system such as NetSuite, you can leverage our API’s to pull the necessary information.
To do so you can use the payment id that belongs to the Shopify Order as the client_reference_id
to query for the corresponding checkout session.
- Generate an API Key in the Flex Dashboard to query the Flex API
- When a Shopify Order gets generated retrieve the payment id
- Use the payment id to query the Flex API
Example Request:
Example Response:
- Push relevant data as needed to your NetSuite or any other similar system.
If there is any information missing or run into any issues with reconciliation, you can always reach out to your Flex representative to assist!