Enroll Disburse Account
Overview
The enroll_disburse_account method 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.
Link a vendor's bank account
Call enroll_disburse_account with their bank details.
Request Fields
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
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
SDK Setup
Request
Response
Next Steps
Last updated
Was this helpful?

