# API permissions reference

Learn which permissions allow access to each API endpoint.

When you create a [restricted API key](https://docs.stripe.com/keys/restricted-api-keys.md) (RAK), you allow it access to a specific set of API resources and methods by assigning permissions. Each permission you assign to a RAK allows it to make certain requests.

Every Stripe API endpoint is included in at least one RAK permission.

The following table lists the recommended RAK permission that provides access to each request. You can use all permissions for direct API calls. Permissions labeled with (Direct) can’t authorize Connect call patterns.

| Method | Endpoint | Permission |
| --- | --- | --- |
| (GET) | `/v1/account` | `connected_account_read` (Direct) |
| (POST) | `/v1/account_links` | `account_link_write` (Direct) |
| (POST) | `/v1/account_sessions` | `account_session_write` (Direct) |
| (GET) | `/v1/accounts` | `connected_account_read` (Direct) |
| (GET) | `/v1/accounts/{account_id}/capabilities/{id}` | `connected_account_read` (Direct) |
| (POST) | `/v1/accounts/{account_id}/capabilities/{id}` | `connected_account_write` (Direct) |
| (DELETE) | `/v1/accounts/{account_id}/external_accounts/{id}` | `connected_account_write` (Direct) |
| (GET) | `/v1/accounts/{account_id}/external_accounts/{id}` | `connected_account_read` (Direct) |
| (POST) | `/v1/accounts/{account_id}/external_accounts/{id}` | `connected_account_write` (Direct) |
| (DELETE) | `/v1/accounts/{account_id}/persons/{id}` | `connected_account_write` (Direct) |
| (GET) | `/v1/accounts/{account_id}/persons/{id}` | `connected_account_read` (Direct) |
| (POST) | `/v1/accounts/{account_id}/persons/{id}` | `connected_account_write` (Direct) |
| (DELETE) | `/v1/accounts/{id}` | `connected_account_write` (Direct) |
| (GET) | `/v1/accounts/{id}` | `connected_account_read` (Direct) |
| (POST) | `/v1/accounts/{id}` | `connected_account_write` (Direct) |
| (GET) | `/v1/accounts/{id}/capabilities` | `connected_account_read` (Direct) |
| (GET) | `/v1/accounts/{id}/external_accounts` | `connected_account_read` (Direct) |
| (POST) | `/v1/accounts/{id}/external_accounts` | `connected_account_write` (Direct) |
| (POST) | `/v1/accounts/{id}/login_links` | `edit_link_write` (Direct) |
| (GET) | `/v1/accounts/{id}/persons` | `connected_account_read` (Direct) |
| (POST) | `/v1/accounts/{id}/persons` | `connected_account_write` (Direct) |
| (POST) | `/v1/accounts/{id}/unreject` | `connected_account_write` (Direct) |
| (GET) | `/v1/apple_pay/domains` | `apple_pay_domain_read` |
| (POST) | `/v1/apple_pay/domains` | `apple_pay_domain_write` |
| (DELETE) | `/v1/apple_pay/domains/{id}` | `apple_pay_domain_write` |
| (GET) | `/v1/apple_pay/domains/{id}` | `apple_pay_domain_read` |
| (GET) | `/v1/application_fees` | `application_fee_read` (Direct) |
| (GET) | `/v1/application_fees/{fee_id}/refunds/{id}` | `application_fee_read` (Direct) |
| (POST) | `/v1/application_fees/{fee_id}/refunds/{id}` | `application_fee_write` (Direct) |
| (GET) | `/v1/application_fees/{id}` | `application_fee_read` (Direct) |
| (GET) | `/v1/application_fees/{id}/refunds` | `application_fee_read` (Direct) |
| (POST) | `/v1/application_fees/{id}/refunds` | `application_fee_write` (Direct) |
| (GET) | `/v1/apps/secrets` | `secret_read` |
| (POST) | `/v1/apps/secrets` | `secret_write` |
| (POST) | `/v1/apps/secrets/delete` | `secret_write` |
| (GET) | `/v1/apps/secrets/find` | `secret_read` |
| (GET) | `/v1/balance` | `balance_read` |
| (GET) | `/v1/balance_settings` | `v2_account_storer_read` |
| (POST) | `/v1/balance_settings` | `connected_account_write` (Direct) |
| (GET) | `/v1/balance_transactions` | `balance_read` |
| (GET) | `/v1/balance_transactions/{id}` | `balance_read` |
| (GET) | `/v1/billing/alerts` | `billing_alert_read` |
| (POST) | `/v1/billing/alerts` | `billing_alert_write` |
| (GET) | `/v1/billing/alerts/{id}` | `billing_alert_read` |
| (POST) | `/v1/billing/alerts/{id}/activate` | `billing_alert_write` |
| (POST) | `/v1/billing/alerts/{id}/archive` | `billing_alert_write` |
| (POST) | `/v1/billing/alerts/{id}/deactivate` | `billing_alert_write` |
| (GET) | `/v1/billing/analytics/meter_usage` | `billing_analytics_meter_usage_read` |
| (GET) | `/v1/billing/credit_balance_summary` | `billing_credit_balance_read` |
| (GET) | `/v1/billing/credit_balance_transactions` | `billing_credit_balance_read` |
| (GET) | `/v1/billing/credit_balance_transactions/{id}` | `billing_credit_balance_read` |
| (GET) | `/v1/billing/credit_grants` | `billing_credit_grant_read` |
| (POST) | `/v1/billing/credit_grants` | `billing_credit_grant_write` |
| (GET) | `/v1/billing/credit_grants/{id}` | `billing_credit_grant_read` |
| (POST) | `/v1/billing/credit_grants/{id}` | `billing_credit_grant_write` |
| (POST) | `/v1/billing/credit_grants/{id}/expire` | `billing_credit_grant_write` |
| (POST) | `/v1/billing/credit_grants/{id}/void` | `billing_credit_grant_write` |
| (GET) | `/v1/billing/feedback_options` | `subscription_read` |
| (POST) | `/v1/billing/feedback_options` | `subscription_write` |
| (GET) | `/v1/billing/feedback_options/{id}` | `subscription_read` |
| (POST) | `/v1/billing/feedback_options/{id}` | `subscription_write` |
| (POST) | `/v1/billing/feedback_options/{id}/deactivate` | `subscription_write` |
| (POST) | `/v1/billing/meter_event_adjustments` | `billing_meter_event_adjustment_write` |
| (POST) | `/v1/billing/meter_events` | `billing_meter_event_write` |
| (GET) | `/v1/billing/meters` | `billing_meter_read` |
| (POST) | `/v1/billing/meters` | `billing_meter_write` |
| (GET) | `/v1/billing/meters/{id}` | `billing_meter_read` |
| (POST) | `/v1/billing/meters/{id}` | `billing_meter_write` |
| (POST) | `/v1/billing/meters/{id}/deactivate` | `billing_meter_write` |
| (GET) | `/v1/billing/meters/{id}/event_summaries` | `billing_meter_event_read` |
| (POST) | `/v1/billing/meters/{id}/reactivate` | `billing_meter_write` |
| (GET) | `/v1/billing_portal/configurations` | `customer_portal_read` |
| (POST) | `/v1/billing_portal/configurations` | `customer_portal_write` |
| (GET) | `/v1/billing_portal/configurations/{id}` | `customer_portal_read` |
| (POST) | `/v1/billing_portal/configurations/{id}` | `customer_portal_write` |
| (POST) | `/v1/billing_portal/sessions` | `customer_portal_write` |
| (GET) | `/v1/capital/financing_offers` | `capital_for_platforms_financing_offer_read` |
| (GET) | `/v1/capital/financing_offers/{id}` | `capital_for_platforms_financing_offer_read` |
| (POST) | `/v1/capital/financing_offers/{id}/mark_delivered` | `capital_for_platforms_financing_offer_write` |
| (GET) | `/v1/capital/financing_summary` | `capital_for_platforms_financing_summary_read` |
| (GET) | `/v1/capital/financing_transactions` | `capital_for_platforms_financing_transaction_read` |
| (GET) | `/v1/capital/financing_transactions/{id}` | `capital_for_platforms_financing_transaction_read` |
| (GET) | `/v1/charges` | `charge_read` |
| (GET) | `/v1/charges/search` | `charge_read` |
| (GET) | `/v1/charges/{charge_id}/refunds/{id}` | `charge_read` |
| (GET) | `/v1/charges/{id}` | `charge_read` |
| (POST) | `/v1/charges/{id}` | `charge_write` |
| (POST) | `/v1/charges/{id}/capture` | `charge_write` |
| (GET) | `/v1/charges/{id}/refunds` | `charge_read` |
| (GET) | `/v1/checkout/sessions` | `checkout_session_read` |
| (POST) | `/v1/checkout/sessions` | `checkout_session_write` |
| (GET) | `/v1/checkout/sessions/{id}` | `checkout_session_read` |
| (POST) | `/v1/checkout/sessions/{id}` | `checkout_session_write` |
| (POST) | `/v1/checkout/sessions/{id}/expire` | `checkout_session_write` |
| (GET) | `/v1/checkout/sessions/{id}/line_items` | `checkout_session_read` |
| (GET) | `/v1/climate/orders` | `climate_order_read` (Direct) |
| (POST) | `/v1/climate/orders` | `climate_order_write` (Direct) |
| (GET) | `/v1/climate/orders/{id}` | `climate_order_read` (Direct) |
| (POST) | `/v1/climate/orders/{id}` | `climate_order_write` (Direct) |
| (POST) | `/v1/climate/orders/{id}/cancel` | `climate_order_write` (Direct) |
| (GET) | `/v1/climate/products` | `climate_order_read` (Direct) |
| (GET) | `/v1/climate/products/{id}` | `climate_order_read` (Direct) |
| (GET) | `/v1/climate/suppliers` | `climate_order_read` (Direct) |
| (GET) | `/v1/climate/suppliers/{id}` | `climate_order_read` (Direct) |
| (GET) | `/v1/confirmation_tokens/{id}` | `confirmation_token_read` |
| (GET) | `/v1/coupons` | `coupon_read` |
| (POST) | `/v1/coupons` | `coupon_write` |
| (DELETE) | `/v1/coupons/{id}` | `coupon_write` |
| (GET) | `/v1/coupons/{id}` | `coupon_read` |
| (POST) | `/v1/coupons/{id}` | `coupon_write` |
| (GET) | `/v1/credit_notes` | `credit_note_read` |
| (POST) | `/v1/credit_notes` | `credit_note_write` |
| (GET) | `/v1/credit_notes/preview` | `credit_note_read` |
| (GET) | `/v1/credit_notes/preview/lines` | `credit_note_read` |
| (GET) | `/v1/credit_notes/{id}` | `credit_note_read` |
| (POST) | `/v1/credit_notes/{id}` | `credit_note_write` |
| (GET) | `/v1/credit_notes/{id}/lines` | `credit_note_read` |
| (POST) | `/v1/credit_notes/{id}/void` | `credit_note_write` |
| (POST) | `/v1/customer_sessions` | `customer_session_write` |
| (GET) | `/v1/customers` | `customer_read` |
| (POST) | `/v1/customers` | `customer_write` |
| (GET) | `/v1/customers/search` | `customer_read` |
| (GET) | `/v1/customers/{customer_id}/balance_transactions/{id}` | `customer_read` |
| (POST) | `/v1/customers/{customer_id}/balance_transactions/{id}` | `customer_write` |
| (GET) | `/v1/customers/{customer_id}/cash_balance_transactions/{id}` | `customer_read` |
| (GET) | `/v1/customers/{customer_id}/payment_methods/{id}` | `payment_method_read` |
| (DELETE) | `/v1/customers/{customer_id}/sources/{id}` | `customer_write` |
| (GET) | `/v1/customers/{customer_id}/sources/{id}` | `customer_read` |
| (POST) | `/v1/customers/{customer_id}/sources/{id}` | `customer_write` |
| (POST) | `/v1/customers/{customer_id}/sources/{id}/verify` | `customer_write` |
| (DELETE) | `/v1/customers/{customer_id}/tax_ids/{id}` | `customer_write` |
| (GET) | `/v1/customers/{customer_id}/tax_ids/{id}` | `customer_read` |
| (DELETE) | `/v1/customers/{id}` | `customer_write` |
| (GET) | `/v1/customers/{id}` | `customer_read` |
| (GET) | `/v1/customers/{id}/balance_transactions` | `customer_read` |
| (POST) | `/v1/customers/{id}/balance_transactions` | `customer_write` |
| (GET) | `/v1/customers/{id}/cash_balance` | `customer_read` |
| (POST) | `/v1/customers/{id}/cash_balance` | `customer_write` |
| (GET) | `/v1/customers/{id}/cash_balance_transactions` | `customer_read` |
| (DELETE) | `/v1/customers/{id}/discount` | `customer_write` |
| (POST) | `/v1/customers/{id}/funding_instructions` | `funding_instruction_write` |
| (GET) | `/v1/customers/{id}/payment_methods` | `payment_method_read` |
| (GET) | `/v1/customers/{id}/sources` | `customer_read` |
| (POST) | `/v1/customers/{id}/sources` | `customer_write` |
| (GET) | `/v1/customers/{id}/tax_ids` | `customer_read` |
| (POST) | `/v1/customers/{id}/tax_ids` | `customer_write` |
| (GET) | `/v1/disputes` | `dispute_read` |
| (GET) | `/v1/disputes/{id}` | `dispute_read` |
| (POST) | `/v1/disputes/{id}` | `dispute_write` |
| (POST) | `/v1/disputes/{id}/close` | `dispute_write` |
| (GET) | `/v1/entitlements/active_entitlements` | `entitlement_read` |
| (GET) | `/v1/entitlements/active_entitlements/{id}` | `entitlement_read` |
| (GET) | `/v1/entitlements/features` | `feature_read` |
| (POST) | `/v1/entitlements/features` | `feature_write` |
| (GET) | `/v1/entitlements/features/{id}` | `feature_read` |
| (POST) | `/v1/entitlements/features/{id}` | `feature_write` |
| (POST) | `/v1/ephemeral_keys` | `ephemeral_key_write` |
| (DELETE) | `/v1/ephemeral_keys/{id}` | `ephemeral_key_write` |
| (GET) | `/v1/events` | `event_read` |
| (GET) | `/v1/events/{id}` | `event_read` |
| (GET) | `/v1/external_accounts` | `connected_account_read` (Direct) |
| (POST) | `/v1/external_accounts` | `connected_account_write` (Direct) |
| (DELETE) | `/v1/external_accounts/{id}` | `connected_account_write` (Direct) |
| (GET) | `/v1/external_accounts/{id}` | `connected_account_read` (Direct) |
| (POST) | `/v1/external_accounts/{id}` | `connected_account_write` (Direct) |
| (GET) | `/v1/file_links` | `file_read` |
| (POST) | `/v1/file_links` | `file_write` |
| (GET) | `/v1/file_links/{id}` | `file_read` |
| (POST) | `/v1/file_links/{id}` | `file_write` |
| (GET) | `/v1/files` | `file_read` |
| (POST) | `/v1/files` | `file_write` |
| (GET) | `/v1/files/{id}` | `file_read` |
| (GET) | `/v1/financial_connections/accounts` | `connections_api_accounts_list_read` |
| (GET) | `/v1/financial_connections/accounts/{id}` | `connections_api_accounts_retrieve_read` |
| (POST) | `/v1/financial_connections/accounts/{id}/disconnect` | `connections_api_accounts_disconnection_write` |
| (GET) | `/v1/financial_connections/accounts/{id}/owners` | `connections_api_accounts_ownership_read` |
| (POST) | `/v1/financial_connections/accounts/{id}/refresh` | `connections_api_accounts_refresh_write` |
| (POST) | `/v1/financial_connections/accounts/{id}/subscribe` | `connections_api_accounts_subscribe_write` |
| (POST) | `/v1/financial_connections/accounts/{id}/unsubscribe` | `connections_api_accounts_subscribe_write` |
| (GET) | `/v1/financial_connections/authorizations/{id}` | `connections_api_authorizations_read` |
| (POST) | `/v1/financial_connections/sessions` | `connections_api_link_account_sessions_write` |
| (GET) | `/v1/financial_connections/sessions/{id}` | `connections_api_link_account_sessions_read` |
| (GET) | `/v1/financial_connections/transactions` | `connections_api_transactions_read` |
| (GET) | `/v1/financial_connections/transactions/{id}` | `connections_api_transactions_read` |
| (GET) | `/v1/forwarding/requests` | `forwarding_request_read` |
| (POST) | `/v1/forwarding/requests` | `forwarding_request_write` |
| (GET) | `/v1/forwarding/requests/{id}` | `forwarding_request_read` |
| (GET) | `/v1/identity/verification_reports` | `identity_product_read` |
| (GET) | `/v1/identity/verification_reports/{id}` | `identity_product_read` |
| (GET) | `/v1/identity/verification_sessions` | `identity_product_read` |
| (POST) | `/v1/identity/verification_sessions` | `identity_product_write` |
| (GET) | `/v1/identity/verification_sessions/{id}` | `identity_product_read` |
| (POST) | `/v1/identity/verification_sessions/{id}` | `identity_product_write` |
| (POST) | `/v1/identity/verification_sessions/{id}/cancel` | `identity_product_write` |
| (POST) | `/v1/identity/verification_sessions/{id}/redact` | `identity_product_write` |
| (GET) | `/v1/invoice_payments` | `invoice_read` |
| (GET) | `/v1/invoice_payments/{id}` | `invoice_read` |
| (GET) | `/v1/invoice_rendering_templates` | `invoice_rendering_template_read` |
| (GET) | `/v1/invoice_rendering_templates/{id}` | `invoice_rendering_template_read` |
| (POST) | `/v1/invoice_rendering_templates/{id}/archive` | `invoice_rendering_template_write` |
| (POST) | `/v1/invoice_rendering_templates/{id}/unarchive` | `invoice_rendering_template_write` |
| (GET) | `/v1/invoiceitems` | `invoice_read` |
| (POST) | `/v1/invoiceitems` | `invoice_write` |
| (DELETE) | `/v1/invoiceitems/{id}` | `invoice_write` |
| (GET) | `/v1/invoiceitems/{id}` | `invoice_read` |
| (POST) | `/v1/invoiceitems/{id}` | `invoice_write` |
| (GET) | `/v1/invoices` | `invoice_read` |
| (POST) | `/v1/invoices` | `invoice_write` |
| (POST) | `/v1/invoices/create_preview` | `invoice_read` |
| (GET) | `/v1/invoices/search` | `invoice_read` |
| (DELETE) | `/v1/invoices/{id}` | `invoice_write` |
| (GET) | `/v1/invoices/{id}` | `invoice_read` |
| (POST) | `/v1/invoices/{id}` | `invoice_write` |
| (POST) | `/v1/invoices/{id}/add_lines` | `invoice_write` |
| (POST) | `/v1/invoices/{id}/attach_payment` | `invoice_write` |
| (POST) | `/v1/invoices/{id}/detach_payment` | `invoice_write` |
| (POST) | `/v1/invoices/{id}/finalize` | `invoice_write` |
| (GET) | `/v1/invoices/{id}/lines` | `invoice_read` |
| (POST) | `/v1/invoices/{id}/mark_uncollectible` | `invoice_write` |
| (POST) | `/v1/invoices/{id}/pay` | `invoice_write` |
| (POST) | `/v1/invoices/{id}/remove_lines` | `invoice_write` |
| (POST) | `/v1/invoices/{id}/send` | `invoice_write` |
| (POST) | `/v1/invoices/{id}/update_lines` | `invoice_write` |
| (POST) | `/v1/invoices/{id}/void` | `invoice_write` |
| (POST) | `/v1/invoices/{invoice_id}/lines/{id}` | `invoice_write` |
| (GET) | `/v1/issuing/authorizations` | `issuing_authorization_read` |
| (GET) | `/v1/issuing/authorizations/{id}` | `issuing_authorization_read` |
| (GET) | `/v1/issuing/cardholders` | `issuing_cardholder_read` |
| (POST) | `/v1/issuing/cardholders` | `issuing_cardholder_write` |
| (GET) | `/v1/issuing/cardholders/{id}` | `issuing_cardholder_read` |
| (POST) | `/v1/issuing/cardholders/{id}` | `issuing_cardholder_write` |
| (GET) | `/v1/issuing/cards` | `issuing_card_read` |
| (POST) | `/v1/issuing/cards` | `issuing_card_write` |
| (POST) | `/v1/issuing/cards/{id}` | `issuing_card_write` |
| (GET) | `/v1/issuing/disputes` | `issuing_dispute_read` |
| (GET) | `/v1/issuing/disputes/{id}` | `issuing_dispute_read` |
| (GET) | `/v1/issuing/personalization_designs` | `issuing_card_read` |
| (POST) | `/v1/issuing/personalization_designs` | `issuing_card_write` |
| (GET) | `/v1/issuing/personalization_designs/{id}` | `issuing_card_read` |
| (POST) | `/v1/issuing/personalization_designs/{id}` | `issuing_card_write` |
| (GET) | `/v1/issuing/physical_bundles` | `issuing_card_read` |
| (GET) | `/v1/issuing/physical_bundles/{id}` | `issuing_card_read` |
| (GET) | `/v1/issuing/tokens` | `issuing_token_read` |
| (POST) | `/v1/issuing/tokens/{id}` | `issuing_token_write` |
| (GET) | `/v1/issuing/transactions` | `issuing_transaction_read` |
| (GET) | `/v1/issuing/transactions/{id}` | `issuing_transaction_read` |
| (GET) | `/v1/mandates/{id}` | `mandate_read` |
| (GET) | `/v1/payment_attempt_records` | `payment_records_read` |
| (GET) | `/v1/payment_attempt_records/{id}` | `payment_records_read` |
| (GET) | `/v1/payment_intents` | `payment_intent_read` |
| (GET) | `/v1/payment_intents/search` | `payment_intent_read` |
| (GET) | `/v1/payment_intents/{id}/amount_details_line_items` | `payment_intent_read` |
| (POST) | `/v1/payment_intents/{id}/apply_customer_balance` | `customer_write` |
| (POST) | `/v1/payment_intents/{id}/capture` | `payment_intent_write` |
| (POST) | `/v1/payment_intents/{id}/increment_authorization` | `payment_intent_write` |
| (GET) | `/v1/payment_links` | `payment_links_read` |
| (POST) | `/v1/payment_links` | `payment_links_write` |
| (GET) | `/v1/payment_links/{id}` | `payment_links_read` |
| (POST) | `/v1/payment_links/{id}` | `payment_links_write` |
| (GET) | `/v1/payment_links/{id}/line_items` | `payment_links_read` |
| (POST) | `/v1/payment_method_configurations` | `payment_method_configurations_write` |
| (POST) | `/v1/payment_method_configurations/{id}` | `payment_method_configurations_write` |
| (GET) | `/v1/payment_method_domains` | `payment_method_domain_read` |
| (POST) | `/v1/payment_method_domains` | `payment_method_domain_write` |
| (GET) | `/v1/payment_method_domains/{id}` | `payment_method_domain_read` |
| (POST) | `/v1/payment_method_domains/{id}` | `payment_method_domain_write` |
| (POST) | `/v1/payment_method_domains/{id}/validate` | `payment_method_domain_write` |
| (GET) | `/v1/payment_methods` | `payment_method_read` |
| (GET) | `/v1/payment_methods/{id}` | `payment_method_read` |
| (POST) | `/v1/payment_methods/{id}` | `payment_method_write` |
| (POST) | `/v1/payment_methods/{id}/attach` | `payment_method_write` |
| (POST) | `/v1/payment_methods/{id}/detach` | `payment_method_write` |
| (GET) | `/v1/payment_records` | `payment_records_read` |
| (POST) | `/v1/payment_records/report_payment` | `payment_records_write` |
| (GET) | `/v1/payment_records/{id}` | `payment_records_read` |
| (POST) | `/v1/payment_records/{id}/report_payment_attempt` | `payment_records_write` |
| (POST) | `/v1/payment_records/{id}/report_payment_attempt_canceled` | `payment_records_write` |
| (POST) | `/v1/payment_records/{id}/report_payment_attempt_failed` | `payment_records_write` |
| (POST) | `/v1/payment_records/{id}/report_payment_attempt_guaranteed` | `payment_records_write` |
| (POST) | `/v1/payment_records/{id}/report_payment_attempt_informational` | `payment_records_write` |
| (POST) | `/v1/payment_records/{id}/report_refund` | `payment_records_write` |
| (GET) | `/v1/payouts` | `payout_read` |
| (POST) | `/v1/payouts` | `payout_write` |
| (GET) | `/v1/payouts/{id}` | `payout_read` |
| (POST) | `/v1/payouts/{id}` | `payout_write` |
| (POST) | `/v1/payouts/{id}/cancel` | `payout_write` |
| (POST) | `/v1/payouts/{id}/reverse` | `payout_write` |
| (GET) | `/v1/plans` | `plan_read` |
| (POST) | `/v1/plans` | `plan_write` |
| (DELETE) | `/v1/plans/{id}` | `plan_write` |
| (GET) | `/v1/plans/{id}` | `plan_read` |
| (POST) | `/v1/plans/{id}` | `plan_write` |
| (GET) | `/v1/prices` | `plan_read` |
| (POST) | `/v1/prices` | `plan_write` |
| (GET) | `/v1/prices/search` | `plan_read` |
| (GET) | `/v1/prices/{id}` | `plan_read` |
| (POST) | `/v1/prices/{id}` | `plan_write` |
| (GET) | `/v1/products` | `product_read` |
| (POST) | `/v1/products` | `product_write` |
| (GET) | `/v1/products/search` | `product_read` |
| (DELETE) | `/v1/products/{id}` | `product_write` |
| (GET) | `/v1/products/{id}` | `product_read` |
| (POST) | `/v1/products/{id}` | `product_write` |
| (GET) | `/v1/products/{id}/features` | `product_read` |
| (POST) | `/v1/products/{id}/features` | `product_write` |
| (DELETE) | `/v1/products/{product_id}/features/{id}` | `product_write` |
| (GET) | `/v1/products/{product_id}/features/{id}` | `product_read` |
| (GET) | `/v1/promotion_codes` | `promotion_code_read` |
| (POST) | `/v1/promotion_codes` | `promotion_code_write` |
| (GET) | `/v1/promotion_codes/{id}` | `promotion_code_read` |
| (POST) | `/v1/promotion_codes/{id}` | `promotion_code_write` |
| (GET) | `/v1/quotes` | `quote_read` |
| (POST) | `/v1/quotes` | `quote_write` |
| (GET) | `/v1/quotes/{id}` | `quote_read` |
| (POST) | `/v1/quotes/{id}` | `quote_write` |
| (POST) | `/v1/quotes/{id}/accept` | `quote_write` |
| (POST) | `/v1/quotes/{id}/cancel` | `quote_write` |
| (GET) | `/v1/quotes/{id}/computed_upfront_line_items` | `quote_read` |
| (POST) | `/v1/quotes/{id}/finalize` | `quote_write` |
| (GET) | `/v1/quotes/{id}/line_items` | `quote_read` |
| (GET) | `/v1/quotes/{id}/pdf` | `quote_read` |
| (GET) | `/v1/radar/early_fraud_warnings` | `charge_read` |
| (GET) | `/v1/radar/early_fraud_warnings/{id}` | `charge_read` |
| (POST) | `/v1/radar/payment_evaluations` | `radar_api_write` (Direct) |
| (GET) | `/v1/radar/value_list_items` | `radar_value_list_read` |
| (POST) | `/v1/radar/value_list_items` | `radar_value_list_write` |
| (DELETE) | `/v1/radar/value_list_items/{id}` | `radar_value_list_write` |
| (GET) | `/v1/radar/value_list_items/{id}` | `radar_value_list_read` |
| (GET) | `/v1/radar/value_lists` | `radar_value_list_read` |
| (POST) | `/v1/radar/value_lists` | `radar_value_list_write` |
| (DELETE) | `/v1/radar/value_lists/{id}` | `radar_value_list_write` |
| (GET) | `/v1/radar/value_lists/{id}` | `radar_value_list_read` |
| (POST) | `/v1/radar/value_lists/{id}` | `radar_value_list_write` |
| (GET) | `/v1/refunds` | `charge_read` |
| (GET) | `/v1/refunds/{id}` | `charge_read` |
| (POST) | `/v1/refunds/{id}` | `charge_write` |
| (POST) | `/v1/refunds/{id}/cancel` | `charge_write` |
| (GET) | `/v1/reporting/report_runs` | `report_runs_and_report_types_read` |
| (POST) | `/v1/reporting/report_runs` | `report_runs_and_report_types_read` |
| (GET) | `/v1/reporting/report_runs/{id}` | `report_runs_and_report_types_read` |
| (GET) | `/v1/reporting/report_types` | `report_runs_and_report_types_read` |
| (GET) | `/v1/reporting/report_types/{id}` | `report_runs_and_report_types_read` |
| (GET) | `/v1/reserve/holds` | `reserve_read` |
| (GET) | `/v1/reserve/holds/{id}` | `reserve_read` |
| (GET) | `/v1/reserve/plans/{id}` | `reserve_read` |
| (GET) | `/v1/reserve/releases` | `reserve_read` |
| (GET) | `/v1/reserve/releases/{id}` | `reserve_read` |
| (GET) | `/v1/reviews` | `review_read` |
| (GET) | `/v1/reviews/{id}` | `review_read` |
| (POST) | `/v1/reviews/{id}/approve` | `review_write` |
| (GET) | `/v1/setup_attempts` | `setup_intent_read` |
| (GET) | `/v1/setup_intents` | `setup_intent_read` |
| (POST) | `/v1/setup_intents/{id}` | `setup_intent_write` |
| (GET) | `/v1/shared_payment/granted_tokens/{id}` | `shared_payment_token_read` |
| (POST) | `/v1/shared_payment/issued_tokens` | `shared_payment_token_write` |
| (GET) | `/v1/shared_payment/issued_tokens/{id}` | `shared_payment_token_read` |
| (POST) | `/v1/shared_payment/issued_tokens/{id}/revoke` | `shared_payment_token_write` |
| (GET) | `/v1/shipping_rates` | `shipping_rate_read` |
| (POST) | `/v1/shipping_rates` | `shipping_rate_write` |
| (GET) | `/v1/shipping_rates/{id}` | `shipping_rate_read` |
| (POST) | `/v1/shipping_rates/{id}` | `shipping_rate_write` |
| (GET) | `/v1/sigma/scheduled_query_runs` | `sigma_api_write` (Direct) |
| (GET) | `/v1/sigma/scheduled_query_runs/{id}` | `sigma_api_write` (Direct) |
| (GET) | `/v1/sources/{id}` | `source_read` |
| (POST) | `/v1/sources/{id}` | `source_write` |
| (GET) | `/v1/sources/{id}/source_transactions` | `source_read` |
| (POST) | `/v1/sources/{id}/verify` | `source_write` |
| (GET) | `/v1/subscription_items` | `subscription_read` |
| (POST) | `/v1/subscription_items` | `subscription_write` |
| (DELETE) | `/v1/subscription_items/{id}` | `subscription_write` |
| (GET) | `/v1/subscription_items/{id}` | `subscription_read` |
| (POST) | `/v1/subscription_items/{id}` | `subscription_write` |
| (GET) | `/v1/subscription_schedules` | `subscription_read` |
| (POST) | `/v1/subscription_schedules` | `subscription_write` |
| (GET) | `/v1/subscription_schedules/{id}` | `subscription_read` |
| (POST) | `/v1/subscription_schedules/{id}` | `subscription_write` |
| (POST) | `/v1/subscription_schedules/{id}/cancel` | `subscription_write` |
| (POST) | `/v1/subscription_schedules/{id}/release` | `subscription_write` |
| (GET) | `/v1/subscriptions` | `subscription_read` |
| (POST) | `/v1/subscriptions` | `subscription_write` |
| (GET) | `/v1/subscriptions/search` | `subscription_read` |
| (DELETE) | `/v1/subscriptions/{id}` | `subscription_write` |
| (GET) | `/v1/subscriptions/{id}` | `subscription_read` |
| (POST) | `/v1/subscriptions/{id}` | `subscription_write` |
| (DELETE) | `/v1/subscriptions/{id}/discount` | `customer_write` |
| (POST) | `/v1/subscriptions/{id}/migrate` | `subscription_write` |
| (POST) | `/v1/subscriptions/{id}/resume` | `subscription_write` |
| (GET) | `/v1/tax/associations/find` | `tax_calculations_and_transactions_read` |
| (POST) | `/v1/tax/calculations` | `tax_calculations_and_transactions_write` |
| (GET) | `/v1/tax/calculations/{id}` | `tax_calculations_and_transactions_read` |
| (GET) | `/v1/tax/calculations/{id}/line_items` | `tax_calculations_and_transactions_read` |
| (GET) | `/v1/tax/locations` | `tax_locations_read` |
| (POST) | `/v1/tax/locations` | `tax_locations_write` |
| (GET) | `/v1/tax/locations/{id}` | `tax_locations_read` |
| (GET) | `/v1/tax/registrations` | `tax_settings_read` |
| (POST) | `/v1/tax/registrations` | `tax_settings_write` |
| (GET) | `/v1/tax/registrations/{id}` | `tax_settings_read` |
| (POST) | `/v1/tax/registrations/{id}` | `tax_settings_write` |
| (GET) | `/v1/tax/settings` | `tax_settings_read` |
| (POST) | `/v1/tax/settings` | `tax_settings_write` |
| (POST) | `/v1/tax/transactions/create_from_calculation` | `tax_calculations_and_transactions_write` |
| (POST) | `/v1/tax/transactions/create_reversal` | `tax_calculations_and_transactions_write` |
| (GET) | `/v1/tax/transactions/{id}` | `tax_calculations_and_transactions_read` |
| (GET) | `/v1/tax/transactions/{id}/line_items` | `tax_calculations_and_transactions_read` |
| (GET) | `/v1/tax_codes` | `quote_read` |
| (GET) | `/v1/tax_codes/{id}` | `quote_read` |
| (GET) | `/v1/tax_ids` | `tax_id_read` |
| (POST) | `/v1/tax_ids` | `tax_id_write` |
| (DELETE) | `/v1/tax_ids/{id}` | `tax_id_write` |
| (GET) | `/v1/tax_ids/{id}` | `tax_id_read` |
| (GET) | `/v1/tax_rates` | `tax_rate_read` |
| (POST) | `/v1/tax_rates` | `tax_rate_write` |
| (GET) | `/v1/tax_rates/{id}` | `tax_rate_read` |
| (POST) | `/v1/tax_rates/{id}` | `tax_rate_write` |
| (GET) | `/v1/terminal/configurations` | `terminal_configuration_read` |
| (POST) | `/v1/terminal/configurations` | `terminal_configuration_write` |
| (DELETE) | `/v1/terminal/configurations/{id}` | `terminal_configuration_write` |
| (GET) | `/v1/terminal/configurations/{id}` | `terminal_configuration_read` |
| (POST) | `/v1/terminal/configurations/{id}` | `terminal_configuration_write` |
| (POST) | `/v1/terminal/connection_tokens` | `terminal_connection_token_write` |
| (GET) | `/v1/terminal/locations` | `terminal_location_read` |
| (POST) | `/v1/terminal/locations` | `terminal_location_write` |
| (DELETE) | `/v1/terminal/locations/{id}` | `terminal_location_write` |
| (GET) | `/v1/terminal/locations/{id}` | `terminal_location_read` |
| (POST) | `/v1/terminal/locations/{id}` | `terminal_location_write` |
| (POST) | `/v1/terminal/onboarding_links` | `terminal_onboarding_link_write` |
| (GET) | `/v1/terminal/readers` | `terminal_reader_read` |
| (POST) | `/v1/terminal/readers` | `terminal_reader_write` |
| (DELETE) | `/v1/terminal/readers/{id}` | `terminal_reader_write` |
| (GET) | `/v1/terminal/readers/{id}` | `terminal_reader_read` |
| (POST) | `/v1/terminal/readers/{id}` | `terminal_reader_write` |
| (POST) | `/v1/terminal/readers/{id}/cancel_action` | `terminal_reader_write` |
| (POST) | `/v1/terminal/readers/{id}/collect_inputs` | `terminal_reader_write` |
| (POST) | `/v1/terminal/readers/{id}/collect_payment_method` | `terminal_reader_write` |
| (POST) | `/v1/terminal/readers/{id}/confirm_payment_intent` | `terminal_reader_write` |
| (POST) | `/v1/terminal/readers/{id}/process_payment_intent` | `terminal_reader_write` |
| (POST) | `/v1/terminal/readers/{id}/process_setup_intent` | `terminal_reader_write` |
| (POST) | `/v1/terminal/readers/{id}/refund_payment` | `terminal_reader_write` |
| (POST) | `/v1/terminal/readers/{id}/set_reader_display` | `terminal_reader_write` |
| (POST) | `/v1/test_helpers/confirmation_tokens` | `confirmation_token_client_write` |
| (POST) | `/v1/test_helpers/customers/{id}/fund_cash_balance` | `customer_write` |
| (POST) | `/v1/test_helpers/issuing/cards/{id}/shipping/deliver` | `issuing_card_write` |
| (POST) | `/v1/test_helpers/issuing/cards/{id}/shipping/fail` | `issuing_card_write` |
| (POST) | `/v1/test_helpers/issuing/cards/{id}/shipping/return` | `issuing_card_write` |
| (POST) | `/v1/test_helpers/issuing/cards/{id}/shipping/ship` | `issuing_card_write` |
| (POST) | `/v1/test_helpers/issuing/cards/{id}/shipping/submit` | `issuing_card_write` |
| (POST) | `/v1/test_helpers/issuing/personalization_designs/{id}/activate` | `issuing_card_write` |
| (POST) | `/v1/test_helpers/issuing/personalization_designs/{id}/deactivate` | `issuing_card_write` |
| (POST) | `/v1/test_helpers/issuing/personalization_designs/{id}/reject` | `issuing_card_write` |
| (POST) | `/v1/test_helpers/refunds/{id}/expire` | `charge_write` |
| (POST) | `/v1/test_helpers/shared_payment/granted_tokens` | `shared_payment_token_test_helper_write` |
| (POST) | `/v1/test_helpers/shared_payment/granted_tokens/{id}/revoke` | `shared_payment_token_test_helper_write` |
| (POST) | `/v1/test_helpers/terminal/readers/{id}/present_payment_method` | `terminal_reader_write` |
| (POST) | `/v1/test_helpers/terminal/readers/{id}/succeed_input_collection` | `terminal_reader_write` |
| (POST) | `/v1/test_helpers/terminal/readers/{id}/timeout_input_collection` | `terminal_reader_write` |
| (GET) | `/v1/test_helpers/test_clocks` | `billing_clock_read` |
| (POST) | `/v1/test_helpers/test_clocks` | `billing_clock_write` |
| (DELETE) | `/v1/test_helpers/test_clocks/{id}` | `billing_clock_write` |
| (GET) | `/v1/test_helpers/test_clocks/{id}` | `billing_clock_read` |
| (POST) | `/v1/test_helpers/test_clocks/{id}/advance` | `billing_clock_write` |
| (GET) | `/v1/topups` | `top_up_read` (Direct) |
| (POST) | `/v1/topups` | `top_up_write` (Direct) |
| (GET) | `/v1/topups/{id}` | `top_up_read` (Direct) |
| (POST) | `/v1/topups/{id}` | `top_up_write` (Direct) |
| (POST) | `/v1/topups/{id}/cancel` | `top_up_write` (Direct) |
| (POST) | `/v1/transfers` | `transfer_write` (Direct) |
| (GET) | `/v1/transfers/{id}/reversals` | `transfer_read` (Direct) |
| (GET) | `/v1/transfers/{transfer_id}/reversals/{id}` | `transfer_read` (Direct) |
| (POST) | `/v1/transfers/{transfer_id}/reversals/{id}` | `transfer_write` (Direct) |
| (POST) | `/v1/treasury/financial_accounts/{id}/close` | `treasury_financial_account_write` |
| (GET) | `/v1/webhook_endpoints` | `webhook_read` (Direct) |
| (POST) | `/v1/webhook_endpoints` | `webhook_write` (Direct) |
| (DELETE) | `/v1/webhook_endpoints/{id}` | `webhook_write` (Direct) |
| (GET) | `/v1/webhook_endpoints/{id}` | `webhook_read` (Direct) |
| (POST) | `/v1/webhook_endpoints/{id}` | `webhook_write` (Direct) |
| (GET) | `/v2/billing/bill_settings` | `billing_settings_read` |
| (POST) | `/v2/billing/bill_settings` | `billing_settings_write` |
| (GET) | `/v2/billing/bill_settings/{bill_setting_id}/versions` | `billing_settings_read` |
| (GET) | `/v2/billing/bill_settings/{bill_setting_id}/versions/{id}` | `billing_settings_read` |
| (GET) | `/v2/billing/bill_settings/{id}` | `billing_settings_read` |
| (POST) | `/v2/billing/bill_settings/{id}` | `billing_settings_write` |
| (GET) | `/v2/billing/cadences` | `billing_intent_read` |
| (POST) | `/v2/billing/cadences` | `rate_card_subscription_write` |
| (GET) | `/v2/billing/cadences/{id}` | `billing_intent_read` |
| (POST) | `/v2/billing/cadences/{id}` | `rate_card_subscription_write` |
| (POST) | `/v2/billing/cadences/{id}/cancel` | `rate_card_subscription_write` |
| (GET) | `/v2/billing/collection_settings` | `billing_settings_read` |
| (POST) | `/v2/billing/collection_settings` | `billing_settings_write` |
| (GET) | `/v2/billing/collection_settings/{collection_setting_id}/versions` | `billing_settings_read` |
| (GET) | `/v2/billing/collection_settings/{collection_setting_id}/versions/{id}` | `billing_settings_read` |
| (GET) | `/v2/billing/collection_settings/{id}` | `billing_settings_read` |
| (POST) | `/v2/billing/collection_settings/{id}` | `billing_settings_write` |
| (POST) | `/v2/billing/meter_event_adjustments` | `billing_meter_event_write` |
| (POST) | `/v2/billing/meter_event_session` | `billing_meter_event_write` |
| (POST) | `/v2/billing/meter_event_stream` | `billing_meter_event_write` |
| (POST) | `/v2/billing/meter_events` | `billing_meter_event_write` |
| (GET) | `/v2/billing/profiles` | `billing_profile_read` |
| (POST) | `/v2/billing/profiles` | `billing_profile_write` |
| (GET) | `/v2/billing/profiles/{id}` | `billing_profile_read` |
| (POST) | `/v2/billing/profiles/{id}` | `billing_profile_write` |
| (POST) | `/v2/billing/rate_cards/{id}/modify_rates` | `rate_card_write` |
| (GET) | `/v2/commerce/product_catalog/imports` | `product_catalog_import_read` |
| (POST) | `/v2/commerce/product_catalog/imports` | `product_catalog_import_write` |
| (GET) | `/v2/commerce/product_catalog/imports/{id}` | `product_catalog_import_read` |
| (POST) | `/v2/core/account_links` | `v2_account_storer_write` |
| (POST) | `/v2/core/account_tokens` | `token_write` |
| (GET) | `/v2/core/account_tokens/{id}` | `token_read` |
| (GET) | `/v2/core/accounts` | `v2_account_storer_read` |
| (POST) | `/v2/core/accounts` | `v2_account_storer_write` |
| (POST) | `/v2/core/accounts/{account_id}/person_tokens` | `token_write` |
| (GET) | `/v2/core/accounts/{account_id}/person_tokens/{id}` | `token_read` |
| (GET) | `/v2/core/accounts/{account_id}/persons` | `v2_account_storer_read` |
| (POST) | `/v2/core/accounts/{account_id}/persons` | `v2_account_storer_write` |
| (DELETE) | `/v2/core/accounts/{account_id}/persons/{id}` | `v2_account_storer_write` |
| (GET) | `/v2/core/accounts/{account_id}/persons/{id}` | `v2_account_storer_read` |
| (POST) | `/v2/core/accounts/{account_id}/persons/{id}` | `v2_account_storer_write` |
| (GET) | `/v2/core/accounts/{id}` | `v2_account_storer_read` |
| (POST) | `/v2/core/accounts/{id}` | `v2_account_storer_write` |
| (POST) | `/v2/core/accounts/{id}/close` | `v2_account_storer_write` |
| (POST) | `/v2/core/batch_jobs` | `batch_run_batch_write` |
| (GET) | `/v2/core/batch_jobs/{id}` | `batch_read` |
| (POST) | `/v2/core/batch_jobs/{id}/cancel` | `batch_run_batch_write` |
| (GET) | `/v2/core/event_destinations` | `webhook_read` (Direct) |
| (POST) | `/v2/core/event_destinations` | `webhook_write` (Direct) |
| (DELETE) | `/v2/core/event_destinations/{id}` | `webhook_write` (Direct) |
| (GET) | `/v2/core/event_destinations/{id}` | `webhook_read` (Direct) |
| (POST) | `/v2/core/event_destinations/{id}` | `webhook_write` (Direct) |
| (POST) | `/v2/core/event_destinations/{id}/disable` | `webhook_write` (Direct) |
| (POST) | `/v2/core/event_destinations/{id}/enable` | `webhook_write` (Direct) |
| (POST) | `/v2/core/event_destinations/{id}/ping` | `webhook_write` (Direct) |
| (GET) | `/v2/core/events` | `event_read` |
| (GET) | `/v2/core/vault/gb_bank_accounts` | `v2_account_merchant_read` |
| (POST) | `/v2/core/vault/gb_bank_accounts` | `v2_account_merchant_write` |
| (GET) | `/v2/core/vault/gb_bank_accounts/{id}` | `v2_account_merchant_read` |
| (POST) | `/v2/core/vault/gb_bank_accounts/{id}/acknowledge_confirmation_of_payee` | `v2_account_merchant_write` |
| (POST) | `/v2/core/vault/gb_bank_accounts/{id}/archive` | `v2_account_merchant_write` |
| (POST) | `/v2/core/vault/gb_bank_accounts/{id}/initiate_confirmation_of_payee` | `v2_account_merchant_write` |
| (GET) | `/v2/core/vault/us_bank_accounts` | `v2_account_merchant_read` |
| (POST) | `/v2/core/vault/us_bank_accounts` | `v2_account_merchant_write` |
| (GET) | `/v2/core/vault/us_bank_accounts/{id}` | `v2_account_merchant_read` |
| (POST) | `/v2/core/vault/us_bank_accounts/{id}` | `v2_account_merchant_write` |
| (POST) | `/v2/core/vault/us_bank_accounts/{id}/archive` | `v2_account_merchant_write` |
| (POST) | `/v2/core/vault/us_bank_accounts/{id}/confirm_microdeposits` | `v2_account_merchant_write` |
| (POST) | `/v2/core/vault/us_bank_accounts/{id}/send_microdeposits` | `v2_account_merchant_write` |
| (POST) | `/v2/data/analytics/metric_query` | `analytics_read` |
| (POST) | `/v2/data/reporting/query_runs` | `report_runs_and_report_types_write` |
| (GET) | `/v2/data/reporting/query_runs/{id}` | `report_runs_and_report_types_read` |
| (GET) | `/v2/extend/workflow_runs` | `settings_automation_v2_read` |
| (GET) | `/v2/extend/workflow_runs/{id}` | `settings_automation_v2_read` |
| (GET) | `/v2/extend/workflows` | `settings_automation_v2_read` |
| (GET) | `/v2/extend/workflows/{id}` | `settings_automation_v2_read` |
| (POST) | `/v2/extend/workflows/{id}/invoke` | `workflow_run` |
| (GET) | `/v2/iam/activity_logs` | `activity_logs_read` |
| (GET) | `/v2/iam/activity_logs/{id}` | `activity_logs_read` |
| (GET) | `/v2/money_management/adjustments` | `adjustment_read` |
| (GET) | `/v2/money_management/adjustments/{id}` | `adjustment_read` |
| (GET) | `/v2/money_management/financial_accounts` | `financial_account_read` |
| (POST) | `/v2/money_management/financial_accounts` | `money_management_financial_account_write` |
| (GET) | `/v2/money_management/financial_accounts/{financial_account_id}/statements` | `financial_account_read` |
| (GET) | `/v2/money_management/financial_accounts/{financial_account_id}/statements/{id}` | `financial_account_read` |
| (GET) | `/v2/money_management/financial_accounts/{id}` | `financial_account_read` |
| (POST) | `/v2/money_management/financial_accounts/{id}` | `money_management_financial_account_write` |
| (POST) | `/v2/money_management/financial_accounts/{id}/close` | `money_management_financial_account_write` |
| (GET) | `/v2/money_management/financial_addresses` | `money_management_financial_address_read` |
| (POST) | `/v2/money_management/financial_addresses` | `money_management_financial_address_write` |
| (GET) | `/v2/money_management/financial_addresses/{id}` | `money_management_financial_address_read` |
| (GET) | `/v2/money_management/inbound_transfers` | `inbound_transfer_read` |
| (POST) | `/v2/money_management/inbound_transfers` | `money_management_inbound_transfer_write` |
| (GET) | `/v2/money_management/inbound_transfers/{id}` | `inbound_transfer_read` |
| (POST) | `/v2/money_management/outbound_payment_quotes` | `outbound_payment_write` |
| (GET) | `/v2/money_management/outbound_payment_quotes/{id}` | `outbound_payment_read` |
| (GET) | `/v2/money_management/outbound_payments` | `outbound_payment_read` |
| (POST) | `/v2/money_management/outbound_payments` | `outbound_payment_write` |
| (GET) | `/v2/money_management/outbound_payments/{id}` | `outbound_payment_read` |
| (POST) | `/v2/money_management/outbound_payments/{id}/cancel` | `outbound_payment_write` |
| (GET) | `/v2/money_management/outbound_setup_intents` | `v2_account_merchant_read` |
| (POST) | `/v2/money_management/outbound_setup_intents` | `v2_account_merchant_write` |
| (GET) | `/v2/money_management/outbound_setup_intents/{id}` | `v2_account_merchant_read` |
| (POST) | `/v2/money_management/outbound_setup_intents/{id}` | `v2_account_merchant_read` |
| (POST) | `/v2/money_management/outbound_setup_intents/{id}/cancel` | `v2_account_merchant_read` |
| (GET) | `/v2/money_management/outbound_transfers` | `outbound_transfer_read` |
| (POST) | `/v2/money_management/outbound_transfers` | `outbound_transfer_write` |
| (GET) | `/v2/money_management/outbound_transfers/{id}` | `outbound_transfer_read` |
| (POST) | `/v2/money_management/outbound_transfers/{id}/cancel` | `outbound_transfer_write` |
| (GET) | `/v2/money_management/payout_methods` | `v2_account_merchant_read` |
| (GET) | `/v2/money_management/payout_methods/{id}` | `v2_account_merchant_read` |
| (POST) | `/v2/money_management/payout_methods/{id}/archive` | `v2_account_merchant_write` |
| (POST) | `/v2/money_management/payout_methods/{id}/disable` | `v2_account_merchant_write` |
| (POST) | `/v2/money_management/payout_methods/{id}/unarchive` | `v2_account_merchant_write` |
| (GET) | `/v2/money_management/payout_methods_bank_account_spec` | `v2_account_merchant_read` |
| (GET) | `/v2/money_management/received_credits` | `received_credit_read` |
| (GET) | `/v2/money_management/received_credits/{id}` | `received_credit_read` |
| (GET) | `/v2/money_management/received_debits` | `received_debit_read` |
| (GET) | `/v2/money_management/received_debits/{id}` | `received_debit_read` |
| (GET) | `/v2/money_management/transaction_entries` | `transaction_read` |
| (GET) | `/v2/money_management/transaction_entries/{id}` | `transaction_read` |
| (GET) | `/v2/money_management/transactions` | `transaction_read` |
| (GET) | `/v2/money_management/transactions/{id}` | `transaction_read` |
| (GET) | `/v2/network/business_profiles/me` | `business_network_profile_read` |
| (GET) | `/v2/network/business_profiles/{id}` | `business_network_profile_read` |
| (GET) | `/v2/orchestrated_commerce/agreements` | `orchestrated_commerce_agreement_read` |
| (POST) | `/v2/orchestrated_commerce/agreements` | `orchestrated_commerce_agreement_write` |
| (GET) | `/v2/orchestrated_commerce/agreements/{id}` | `orchestrated_commerce_agreement_read` |
| (POST) | `/v2/orchestrated_commerce/agreements/{id}/confirm` | `orchestrated_commerce_agreement_write` |
| (POST) | `/v2/orchestrated_commerce/agreements/{id}/terminate` | `orchestrated_commerce_agreement_write` |
| (GET) | `/v2/payments/off_session_payments` | `off_session_payment_read` |
| (POST) | `/v2/payments/off_session_payments` | `off_session_payment_write` |
| (GET) | `/v2/payments/off_session_payments/{id}` | `off_session_payment_read` |
| (POST) | `/v2/payments/off_session_payments/{id}/cancel` | `off_session_payment_write` |
| (POST) | `/v2/payments/off_session_payments/{id}/pause` | `off_session_payment_write` |
| (POST) | `/v2/payments/off_session_payments/{id}/resume` | `off_session_payment_write` |
| (POST) | `/v2/signals/account_activity` | `account_evaluations_write` |
| (DELETE) | `/v2/signals/account_activity/{id}` | `account_evaluations_write` |
| (GET) | `/v2/signals/account_activity/{id}` | `account_signals_read` (Direct) |
| (POST) | `/v2/signals/account_evaluations` | `account_evaluations_write` |
| (GET) | `/v2/signals/account_evaluations/{id}` | `account_signals_read` (Direct) |
| (GET) | `/v2/signals/account_signals` | `account_signals_read` (Direct) |
| (GET) | `/v2/signals/account_signals/{id}` | `account_signals_read` (Direct) |
| (POST) | `/v2/test_helpers/financial_addresses/{id}/credit` | `money_management_financial_address_write` |
| (POST) | `/v2/test_helpers/financial_addresses/{id}/generate_microdeposits` | `money_management_financial_address_write` |
