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

Binding

Bind (register) a customer for BRI Direct Debit as a funding source.

Endpoint

Body Request

No
Name
Type
Mandatory
Description
1

customer

object

M

Customer identity and contact details.

2

customer.id

string

M

3

customer.email

string

M

4

customer.firstName

string

M

5

customer.lastName

string

M

6

customer.mobilePhone

string

M

Use international format (example: +628...).

7

sourceOfFunds

object

M

Funding source configuration.

8

sourceOfFunds.type

string

M

Value for BRI Direct Debit: ddbri.

Sample Request

{
  "customer": {
    "id": "finnet@finpay.id",
    "email": "finnet@finpay.id",
    "firstName": "Finnet",
    "lastName": "Finpay",
    "mobilePhone": "+628133560012"
  },
  "sourceOfFunds": {
    "type": "ddbri"
  }
}

Body Response

No
Name
Type
Mandatory
Description

1

responseCode

M

Response Code

2

responseMessage

String

M

Response Message

3

redirecturl

String

M

Redirect URL

4

processingTime

Number

M

Processing Time

5

traceId

String

M

Trace ID

Sample Response

Last updated