Skip to main content
{
	"account_reference": "****1234",
	"company": {
		"id": "biz_xxxxxxxxxxxxxx"
	},
	"created_at": "2023-12-01T05:00:00.401Z",
	"currency": "USD",
	"destination": {
		"category": "crypto",
		"country_code": "<string>",
		"name": "<string>"
	},
	"id": "potk_xxxxxxxxxxxxx",
	"institution_name": "Chase Bank",
	"is_default": true,
	"nickname": "My Business Account"
}
account_reference
string | null
required
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.Example: ****1234
company
object | null
required
The company associated with this payout destination. Null if not linked to a specific company.
created_at
string<date-time>
required
The datetime the payout token was created.Example: 2023-12-01T05:00:00.401Z
currency
string
required
The three-letter ISO currency code that payouts are delivered in for this destination.Example: USD
destination
object | null
required
The payout destination configuration linked to this token. Null if not yet configured.
id
string
required
The unique identifier for the payout token.Example: potk_xxxxxxxxxxxxx
institution_name
string | null
required
The name of the bank or financial institution receiving payouts. Null if not applicable or not provided.Example: Chase Bank
is_default
boolean
required
Whether this is the default payout destination for the associated payout account.
nickname
string | null
required
A user-defined label to help identify this payout destination. Not sent to the provider. Null if no nickname has been set.Example: My Business Account