Retrieve payout method
Retrieves the details of an existing payout method.
Required permissions:
payout:destination:read
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The unique identifier of the payout method to retrieve.
"potk_xxxxxxxxxxxxx"
Response
A successful response
A configured payout destination where a user receives earned funds, such as a bank account or digital wallet.
A masked identifier for the payout destination, such as the last four digits of a bank account or an email address. Null if no reference is available.
"****1234"
The company associated with this payout destination. Null if not linked to a specific company.
The datetime the payout token was created.
"2023-12-01T05:00:00.401Z"
The three-letter ISO currency code that payouts are delivered in for this destination.
"USD"
The payout destination configuration linked to this token. Null if not yet configured.
The unique identifier for the payout token.
"potk_xxxxxxxxxxxxx"
The name of the bank or financial institution receiving payouts. Null if not applicable or not provided.
"Chase Bank"
Whether this is the default payout destination for the associated payout account.
A user-defined label to help identify this payout destination. Not sent to the provider. Null if no nickname has been set.
"My Business Account"

