Enroll Disburse Account

Enroll an account for disbursement of funds.

Overview

The EnrollDisburseAccount RPC registers and verifies a destination account (like a bank account) to receive disbursements from your platform.

Purpose

Use this operation to securely enroll payout destinations.

Scenario
Developer Implementation

Link a vendor's bank account

Call EnrollDisburseAccount with their bank details.

Request Fields

Field
Type
Required
Description

merchant_payout_id

string

No

Your internal identifier for the operation.

address

PayoutAddress

Yes

Address information associated with the account.

payout_method_data

PayoutMethod

No

Specific details of the payout instrument being enrolled.

amount

Money

Yes

The amount to be paid out (if enrolling inline).

customer

Customer

No

Details about the customer/account holder.

access_token

SecretString

No

Access token for the connector, if required.

Response Fields

Field
Type
Required
Description

merchant_payout_id

string

No

Your internal identifier.

payout_status

PayoutEnums.PayoutStatus

No

The status of the enrollment.

connector_payout_id

string

No

The unique identifier assigned by the connector.

error

ErrorInfo

No

Details of any error that occurred.

status_code

uint32

Yes

The HTTP status code returned from the connector.

Example

Next Steps

Last updated

Was this helpful?