Fetch Agreements Needed to Create EPM Accounts

Fetching BVNK's master service agreement and privacy policy.

❗️

Ensure your Embedded Partner Merchants (EPMs) sign the required agreements before you create their accounts.

Before BVNK can establish an EPM account for your merchants, it's crucial to present specific agreements to them. You must provide an option for your merchants to accept these policies. Including the agreement reference when creating the EPM account signifies that the merchants have agreed to these terms.

To access these agreements, use the Fetch Agreements endpoint, inputting the country code pertinent to your merchant.

Should you need assistance determining the appropriate ISO country code, the GET country code endpoint is available for your use.

:

[
    {
        "declinable": false,
        "description": "The BVNK Master Client Agreement governs the opening, use and closure of a BVNK account. Please review the information provided and click to accept.",
        "id": 8,
        "name": "MASTER_CLIENT_AGREEMENT",
        "privacyPolicyDescription": "Privacy Policy describes our data handling practices when you access content we own or operate on the website located at www.bvnk.com or any other associated websites we own or operate",
        "privacyPolicyName": "BVNK Privacy Policy",
        "privacyPolicyUrl": "https://help.bvnk.com/hc/en-us/articles/7662076884882-Privacy-Policy",
        "reference": "9fc28f1a-f946-11ed-a643-027612b7f6b5", 
        "url": "https://agreements.bvnk.com/Client_Master_Agreement.pdf"
    }
]

Upon submitting the request with the relevant country code, the response will include several critical fields

FieldDescription
privacyPolicyUrlThe URL for the BVNK Privacy Policy, which must be shown to your merchants.
urlThe URL for the BVNK Client Master Agreement, which must be shown to your merchants.
referenceThe UUID reference for these policies, which must be included in your request to create an EPM account after acceptance.

Once your merchants have agreed to these terms via your system, include the reference in your request to create the EPM account, as detailed in the following section.