Note: This article is relevant to merchants integrating with Zepto in Australia.
When you register for a Zepto account, you are required to add a bank account and verify that this account belongs to you. By default, this account will be a Primary Zepto bank account.
You have the ability to add multiple bank accounts and choose which of these we should use for your transactions, Claim collections/late dishonours and Billing purposes.
This article will cover the following:
โ
Adding A Bank Account
Adding a bank account is a simple process and should take you no longer than five minutes. Before you start, if you don't plan on using our IAV (Instant Account Verification) features to verify your account, you will need to upload a statement during this process so that it can be verified.
The following steps will explain how to add a new bank account to your Zepto Account.
Sign in to your Zepto account
Click on your name from the top left of the screen
Click on the
Settings
optionClick on
Bank Accounts
Click on the green
Add bank account
buttonEnter the relevant BSB and Account Number
Click
Add bank account
This bank account will now be added to the dashboard but will be in a unverified
state. You will not be able to use the bank account until it has been verified using our IAV features or checked by one of our support team members.
To verify this newly added bank account, you can simply navigate to your bank accounts page in Settings and click on the relevant blue bank account reference.
On this page, you will see all details related to your bank account along with instructions on how to verify this bank account either through IAV or by uploading a statement through our in-app chat.
Choosing A Primary Bank Account
By default, the first account you register with Zepto will be set as your primary
bank account. This is the account that will facilitate all of your transactions unless you specifically tell us to use a different account.
You can tell which of your bank accounts is the primary account by viewing your bank accounts page in your account settings. There will be a Primary label next to the account that is currently Primary. Should you wish to make another bank account the primary account, follow these simple steps.
Click on the blue title field of the bank account you wish to be primary
Click on the
Actions
button in the top right of this pageClick
Make Primary
An alert will pop up and you will need to click OK
You should now see
Primary
in the roles section of this bank account
Choosing your billing bank account
By default, we will use the first bank account that you added when creating your Zepto account for billing purposes. If you would prefer that we use a different bank account to Debit our fees from, you can do so easily through your bank account settings by adding a bank account and following these steps
Log into your Zepto account
Click on your name on the top left-hand side of this window
Click on
Settings
Click on
Bank accounts
Click on the blue reference for the bank account you wish to use for billing
Click on
Actions
in the top rightChoose
Use for Billing
Click
OK
on the confirmation pop-up
This is now the bank account that we will be using for your invoices.
Choosing Which Account To Use For Recovery
In cases, of Claim collection/late dishonours, our transactions team will be reaching out to you with all the relevant details. The recovery bank account is used to facilitate such transactions.
Find more information on Claims/ Late Dishonours, here.
To add a recovery bank account, you can follow the below steps,
Log into your Zepto account
Click on your name on the top left-hand side of this window
Click on
Settings
Click on
Bank accounts
Click on the blue reference for the bank account you wish to use for recovery
Click on
Actions
in the top rightChoose
Use for Recovery
Click
OK
on the confirmation pop-up
Remove a bank account
Removing a bank account from Zepto is a straightforward process that can be initiated by the account owner.
Log into your Zepto account
Click on your name on the top left-hand side of this window
Click on
Settings
Click on
Bank accounts
Click on the blue reference for the bank account you wish to remove
Click on
Actions
in the top rightChoose
Remove
Click
OK
on the confirmation pop-up
Using a different bank account on a per-transaction basis
Zepto will by default use your primary bank account to facilitate your transactions. However, you are allowed to use a different bank account for every transaction based on your business logic. This can be done via the,
User Interface Integration
When creating any type of transaction via the UI, there is now the option to choose which bank we should use to draw funds from for payment, or deposit funds into for a payment request. It's as simple as using the dropdown box that is either labelled, From Account or To Account.
This dropdown will include all bank accounts that are associated with your account and will include any float accounts that you may have.
Example Payment Request:
Example Payment:
API Integration
If you have built an API integration, choosing which bank account we should use is as simple as adding one field to your payloads when creating a transaction. This field is:
your_bank_account_id: {bank_account_id}
Please find the example payment and payment request payloads below. You can also refer to our API documentation here. If this field is supplied with your request, this is the bank account that we will use to facilitate this transaction. If it's not supplied, we'll use the bank account that is marked as Primary
.
Payment payload:
{
"description": "The SuperPackage",
"matures_at": "2016-09-13T00:00:00Z",
"your_bank_account_id": "83623359....",
"payouts": [
{
"amount": 30000,
"description": "A tandem skydive jump SB23094",
.
.
]
}
Payment Request payload:
{
"description": "Visible to both initiator and authoriser",
"matures_at": "2016-12-19T02:10:56.000Z",
"amount": 99000,
"authoriser_contact_id": "de86472c.....",
"your_bank_account_id": "9c70871d.....",
.
.
}
If you have any more questions for us feel free to reach out by clicking on the blue bubble icon or email us directly at support@zepto.com.au