Permissions
Accessing merchant data
Your app may request a set of permissions, which allow access to various endpoints of the Mollie API. All currently available permissions are listed below.
Permissions can be requested by redirecting the resource owner to the Authorize endpoint with the requested permissions as a space-separated list in the scope parameter.
| Permission | Description |
|---|---|
| balances.read | View the merchantโs balances information. |
| balance-transfers.read | View the merchantโs balance transfers. |
| balance-transfers.write | Create balance transfers for the merchant. |
| customers.read | View the merchantโs customers. |
| customers.write | Manage the merchantโs customers. |
| external-accounts.read | View the merchantโs external accounts. |
| external-accounts.write | Manage the merchantโs external accounts. |
| invoices.read | View the merchantโs invoices. |
| mandates.read | View the merchantโs mandates. |
| mandates.write | Manage the merchantโs mandates. |
| onboarding.read | View the merchantโs onboarding status. |
| onboarding.write | Submit onboarding data for the merchant. |
| orders.read | View the merchantโs orders. |
| orders.write | Manage the merchantโs orders. |
| organizations.read | View the merchantโs organizational details. |
| organizations.write | Change the merchantโs organizational details. |
| payment-links.read | View the merchantโs payment links. |
| payment-links.write | Create payment links for the merchant. |
| payments.read | View the merchantโs payments, chargebacks and payment methods. |
| payments.write | Create payments for the merchant. The received payment will be added to the merchantโs balance. |
| persons.read | View the merchantโs persons and stakeholders. |
| persons.write | Manage the merchantโs persons and stakeholders. |
| profiles.read | View the merchantโs website profiles. |
| profiles.write | Manage the merchantโs website profiles. |
| refunds.read | View the merchantโs refunds. |
| refunds.write | Create or cancel refunds. |
| settlements.read | View the merchantโs settlements. |
| shipments.read | View the merchantโs order shipments. |
| shipments.write | Manage the merchantโs order shipments. |
| subscriptions.read | View the merchantโs subscriptions. |
| subscriptions.write | Manage the merchantโs subscriptions. |
| terminals.read | View the merchantโs point-of-sale terminals. |
| terminals.write | Manage the merchantโs point-of-sale terminals. |
Updated 21 days ago