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