Stage
Overview
The stage method allows you to prepare or stage a payout before it is executed. This can be used in workflows where payouts are reviewed or batched before final transfer.
Purpose
Use this operation to put a payout into a staged state.
Prepare a payout for review
Call stage with the quote details and amount.
Request Fields
merchant_quote_id
string
No
Your internal quote identifier.
address
PayoutAddress
Yes
Address information associated with the payout.
amount
Money
Yes
The amount to be staged.
destination_currency
Currency
Yes
The currency in which the payout will be received.
customer
Customer
No
Details about the customer.
browser_info
BrowserInformation
No
Information about the user's browser.
access_token
SecretString
No
Access token for the connector, if required.
Response Fields
merchant_payout_id
string
No
Your internal identifier passed to the payout processor.
payout_status
PayoutEnums.PayoutStatus
No
The current status of the staged payout.
connector_payout_id
string
No
The unique payout ID 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?

