For the complete documentation index, see llms.txt. This page is also available as Markdown.

Unbinding - BRI

Unbinding - BRI

Unbind (unlink) a BRI Direct Debit account token from the customer.

Endpoint

Body Request

No
Name
Type
Mandatory
Description
1

sourceOfFunds

object

M

Funding source configuration.

2

sourceOfFunds.type

string

M

Value for BRI Direct Debit: ddbri.

3

sourceOfFunds.accountId

string

M

BRI Direct Debit account token (example format: card_...).

Sample Request

{
  "sourceOfFunds": {
    "type": "ddbri",
    "accountId": "card_<your_token>"
  }
}

cURL

Body Response

200 OK

Returns application/json.

The response schema in the provided OpenAPI is empty, but the example includes fields below.

No
Name
Type
Mandatory
Description
1

responseCode

string

M

2

responseMessage

string

M

3

processingTime

number

M

Processing time in seconds.

4

traceId

string

M

Trace ID for debugging/troubleshooting.

Sample Response

Last updated