--- title: ShopifyPaymentsDestinationAccount - GraphQL Admin description: A destination or bank account that can receive payouts. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/ShopifyPaymentsDestinationAccount md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/ShopifyPaymentsDestinationAccount.md --- # Shopify​Payments​Destination​Account object Requires The user must have access to payouts. A destination or bank account that can receive payouts. ## Fields * bank​Name [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The name of the bank. * currency [Currency​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/CurrencyCode) The currency of the bank account. * last​Digits [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The last digits of the account number (the rest is redacted). *** ## Map ### Fields with this object * {}[ShopifyPaymentsPayout.destinationAccount](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ShopifyPaymentsPayout#field-ShopifyPaymentsPayout.fields.destinationAccount)