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 |
---|---|
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. |
refunds.read | View the merchant’s refunds. |
refunds.write | Create or cancel refunds. |
customers.read | View the merchant’s customers. |
customers.write | Manage the merchant’s customers. |
mandates.read | View the merchant’s mandates. |
mandates.write | Manage the merchant’s mandates. |
subscriptions.read | View the merchant’s subscriptions. |
subscriptions.write | Manage the merchant’s subscriptions. |
profiles.read | View the merchant’s website profiles. |
profiles.write | Manage the merchant’s website profiles. |
invoices.read | View the merchant’s invoices. |
settlements.read | View the merchant’s settlements. |
orders.read | View the merchant’s orders. |
orders.write | Manage the merchant’s orders. |
shipments.read | View the merchant’s order shipments. |
shipments.write | Manage the merchant’s order shipments. |
organizations.read | View the merchant’s organizational details. |
organizations.write | Change the merchant’s organizational details. |
onboarding.read | View the merchant’s onboarding status. |
onboarding.write | Submit onboarding data for the merchant. |
payment-links.read | View the merchant’s payment links. |
payment-links.write | Create payment links for the merchant. |
balances.read | View the merchant’s balances information. |
terminals.read | View the merchant’s point-of-sale terminals. |
terminals.write | Manage the merchant’s point-of-sale terminals. |
Updated about 1 month ago