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 22 days ago