ToS acceptance for a new customer
For new customer creations, use this endpoint to request a URL and reference our ToS Links APIRequest
Response
url
to guide the customer towards Terms of Service acceptance. You can embed this URL in an iFrame or display in a new browser window. Moreover, you can pass a redirect_uri
query parameter that will redirect the ToS page back to your application with a signed_agreement_id
as a query parameter.
Acceptance of a new ToS version for an existing customer
Bridge launched a new version on4/14/2024
. Its acceptance is required for using the SEPA/Euro services. For an existing customer, a GET
request can be issued to this endpoint to retrieve a ToS acceptance link to accept the new version.
Request
Response
url
to guide the customer towards Terms of Service acceptance. You can embed this URL in an iFrame or display in a new browser window. For iFrame and WebView implementations, we recommend listening to the postMessage
event for the signedAgreementId
. Moreover, you can pass a redirect_uri
query parameter that will redirect the TOS page back to your application with a signed_agreement_id
as a query parameter.
Please reference our ToS Acceptance Link API for existing customers for more details.