Get
Overview
The get method allows you to check the current status of a payout. This is essential for syncing your internal systems with the payment processor's state, especially for asynchronous payout methods like bank transfers.
Purpose
Use this operation to poll for the status of a payout or to verify details before taking further action.
Check if a payout succeeded
Call get with the merchantPayoutId or connectorPayoutId.
Request Fields
merchantPayoutId
string
No
Your internal identifier for the payout.
connectorPayoutId
string
No
The unique payout ID assigned by the connector.
accessToken
SecretString
No
Access token for the connector, if required.
sourceBankData
SourceBankData
No
Source (debtor) bank data. Some connectors (e.g. Deutsche Bank) require the debtor account details to perform a status enquiry.
Response Fields
merchantPayoutId
string
No
Your internal identifier passed to the payout processor.
payoutStatus
PayoutEnums.PayoutStatus
No
The current status of the payout.
connectorPayoutId
string
No
The unique payout ID assigned by the connector.
error
ErrorInfo
No
Details of any error that occurred.
statusCode
uint32
Yes
The HTTP status code returned from the connector.
Example
SDK Setup
Request
Response
Next Steps
Last updated
Was this helpful?

