Transfer

Transfer funds for an existing payout.

Overview

The Transfer RPC in the Payout Service is used to execute the actual fund transfer for a previously initiated payout, or to perform a combined create and transfer operation depending on the processor's flow.

Purpose

Use this operation to move funds to the destination payout method.

Scenario
Developer Implementation

Execute a payout transfer

Call Transfer with the required payout details and amount.

Request Fields

Field
Type
Required
Description

merchant_payout_id

string

No

Your internal identifier passed to the payout processor.

address

PayoutAddress

Yes

Address information associated with the payout.

payout_method_data

PayoutMethod

No

Specific details of the payout instrument.

connector_quote_id

string

No

Pre-negotiated quote ID if applicable.

amount

Money

Yes

The amount to be transferred.

connector_payout_id

string

No

An existing payout identifier from the connector.

destination_currency

Currency

Yes

The currency in which the recipient will receive the payout.

customer

Customer

No

Details about the customer receiving the payout.

priority

PayoutEnums.PayoutPriority

No

Priority of the payout transfer.

connector_payout_method_id

string

No

The connector's unique ID for a stored payout method.

webhook_url

string

No

URL where payout status updates should be sent.

browser_info

BrowserInformation

No

Information about the user's browser.

access_token

SecretString

No

Access token for the connector, if required.

source_bank_data

SourceBankData

No

Details of the bank account from which the payout is funded.

Response Fields

Field
Type
Required
Description

merchant_payout_id

string

No

Your internal identifier passed to the payout processor.

payout_status

PayoutEnums.PayoutStatus

No

The current status of the payout transfer.

connector_payout_id

string

No

The unique payout ID assigned by the connector.

error

ErrorInfo

No

Details of any error that occurred during transfer.

status_code

uint32

Yes

The HTTP status code returned from the connector.

Example

Next Steps

Last updated

Was this helpful?