Skip to main content

Dedicated client money accounts with Reliance

This collection covers:

  1. Onboarding a customer using Reliance onboarding
  2. Opening a dedicated client money account for the customer
  3. Making, receiving, and tracking payments
  4. Closing a bank account

1. Onboard a customer using Relianceโ€‹

Before you can open bank accounts, you will need to create legal persons to represent your customers in our system.

You are using Reliance onboarding. This is where your company carries out due diligence on your customers using your own tools, and then provides us with the information we require and attestation that you have verified that information.

info

The guides below assume you will be using the /applications endpoint, which lets you submit all information on your customer in one go.

Select the guide you need based on the type of customer you are onboarding, and choose Reliance onboarding from the right-hand sidebar.

Your appGriffinstore these urlsstore theseworkflow urlsopt[if workflow urls stored = false]An application will remain in processingif it is being manually reviewed by our teamOnce an application is processing it will be visible in the UI๐Ÿ’ก Webhook availableloop[poll]loop[for every individual]GET organization-url200 OK - all relevant urls returnedGET organization-workflows-url200 OK - all workflows you have access toPOST organization-onboarding-applications-url201 OK - application submittedonboarding-application-url includedGET onboarding-application-url200 OK - submitted/processing/completed/erroredYour appGriffin

2. Open an account for the customerโ€‹

You can now use the legal person URL you created in the last step to open a bank account for your customer.

๐Ÿ’ผ Open a client money account

You are using dedicated client money accounts, which means the account will hold money from a single customer, who is the beneficiary of that account.

Your appGriffin๐Ÿ’ก Webhook availableloop[poll]POST organization-bank-accounts-urlbank-product-type = client-money-accountclient-money-type = general-client-money|designated-client-money|designated-client-fundpooled-funds = falsebeneficiary-URL = legal person URL201 OK - account status: openingaccount-url includedGET account-url200 OK - account status: openYour appGriffin

3. Paymentsโ€‹

Receive a payment into the accountโ€‹

Griffin automatically receives payments, so there are no actions you need to take here, but you can track the progress of inbound payments by creating a webhook.

Your appWebhookadmission-status: processingadmission-status: deliveredFunds credited to the creditor accountpayment-createdadmission-createdtransaction-createdadmission-updatedYour appWebhook

Make a payment from the accountโ€‹

You can use a webhook or polling to track payments you have submitted.

๐Ÿ’ธ Make a payment

Your appAPIWebhook Serviceretrieve payment-submissions-url from response bodysubmission-status: processingFunds debited from the debitor accountsubmission-status: deliveredFunds credited to the creditor account1. POST to bank-account-payments-url201 Payment created2. POST to payment-submissions-url200 OKsubmission-createdtransaction-createdsubmission-updatedYour appAPIWebhook Service

4. Close the bank accountโ€‹

Once closed, the bank account cannot be reopened. Once a bank account enters the closing state, it will no longer accept inbound payments.

๐Ÿ™… Close a bank account

Your appGriffinAccount will no longer acceptinbound paymentsloop[poll]๐Ÿ’ก Webhook availableloop[poll]alt[balance > 0][balance = 0]POST close-account-url200 OK - account status: closingbring account balance to zeroGET account-url200 OK - account status: closedGET account-url200 OK - account status: closedYour appGriffin