\n\n### Testing Recurring payments and chargebacks\n\nFor test mode [recurring payments](/docs/recurring-payments), the resource will not contain a `checkout` URL, because these payments are executed without any interaction of your customer. Instead, a `changePaymentState` URL is added, which allows you to set the final payment state for these payments.\n\nFor paid test mode payments the resource will also include the `changePaymentState` URL which allows you to [create a refund](/docs/refunds) or chargeback for that payment directly from our hosted payment page. This can be used to test refund and chargeback functionality.\n\nApart from the hosted payment pages and the fact that test mode payments are created instead of real ones, the Mollie API behaves identical in both environments. This includes calling your [webhook](/reference/webhooks).\n\n## Testing card payments\n\nCredit card payments can fail for various reasons ranging from having provided an invalid card number to having the card issuer reject the payment due to insufficient funds. In the case of a failed credit card payment, the API therefore includes a `failureReason` in the [payment response](/reference/get-payment) to provide more context.\n\nTo test the various failure reasons the Mollie API can return, you can create your test mode card payment with a specific amount according to the table below. If you then force the payment to the `failed` status in the test flow, the payment response will include the appropriate failure reason.\n\n| Failure reason to trigger | Magic amount |\n| :------------------------- | :----------- |\n| `invalid_card_number` | € 1,001.00 |\n| `invalid_cvv` | € 1,002.00 |\n| `invalid_card_holder_name` | € 1,003.00 |\n| `card_expired` | € 1,004.00 |\n| `invalid_card_type` | € 1,005.00 |\n| `refused_by_issuer` | € 1,006.00 |\n| `insufficient_funds` | € 1,007.00 |\n| `inactive_card` | € 1,008.00 |\n| `possible_fraud` | € 1,009.00 |\n| `authentication_failed` | € 1,010.00 |\n| `card_declined` | € 1,011.00 |\n\n## Testing different types of cards\n\nWhen using our hosted checkout solution to test card payments, you don’t have to fill out any card details to test different statuses. This does mean however that you cannot test different types of cards with our hosted checkout.\n\nFor embedded checkout solutions — i.e. when using [Mollie Components](/docs/mollie-components) — you can use the test card numbers below to test different card brands.\n\n| Brand | Card number | Expiry date | CVV |\n| :--------------- | :-------------------- | :---------- | :-- |\n| American Express | `3782 822463 10005` | Any | Any |\n| Mastercard | `2223 0000 1047 9399` | Any | Any |\n| VISA | `4543 4740 0224 9996` | Any | Any |\n\n> 📘 Note:\n>\n> The card brand above allows you to test the dynamic display of the card logo in the card number field. For the time being, when processed the test payment will default to Mastercard always.\n\n## Test accounts\n\nMollie does not have such a thing like test accounts. In case you want to integrate Mollie, create an account via our [Web App](https://my.mollie.com). Once registered, you can enabled the payments methods you want to test with. For test mode, payment methods are activated immediately even when they are in a pending state. Please note that pending payment methods can **not** be used in live mode.","excerpt":null,"link":{"url":null,"new_tab":false},"next":{"description":null,"pages":[]}},"metadata":{"description":null,"image":{"uri":null,"url":"https://files.readme.io/6e8e2e4-image-4.jpg"},"keywords":null,"title":"Testing | Introduction to the Mollie API | Mollie Documentation"},"parent":{"uri":null},"privacy":{"view":"public"},"slug":"testing","state":"current","title":"Testing","type":"basic","api_config":null,"api":{"method":"get","path":"","schema":null,"stats":{"additional_properties":false,"callbacks":false,"circular_references":false,"common_parameters":false,"discriminators":false,"links":false,"polymorphism":false,"references":false,"server_variables":false,"style":false,"webhooks":false,"xml_requests":false,"xml_responses":false,"xml_schemas":false},"source":null,"uri":null},"connections":{"recipes":[]},"href":{"dash":"https://dash.readme.com/project/molapi/v1.0/refs/testing","hub":"https://docs.mollie.com/reference/testing"},"links":{"project":"/projects/me"},"project":{"name":"Mollie Documentation","subdomain":"molapi","uri":"/projects/me"},"renderable":{"status":true},"updated_at":"2025-06-19T13:09:05.092Z","uri":"/branches/1.0/reference/testing"},"meta":{"baseUrl":"/","description":"Testing the Mollie API\nDuring the process of building your integration, it is important to properly test it. As briefly explained in our authentication guide, you can access the test mode of the Mollie API in two ways: by using the Test API key, or, if you are using organization access tokens or app…","hidden":false,"image":["https://files.readme.io/6e8e2e4-image-4.jpg"],"metaTitle":"Testing | Introduction to the Mollie API | Mollie Documentation","robots":"index","slug":"testing","title":"Testing","type":"reference"},"oauth":"enabled","rdmd":{"baseUrl":"/","body":"## Testing the Mollie API\n\nDuring the process of building your integration, it is important to properly test it. As briefly explained in our [authentication guide](/reference/authentication), you can access the test mode of the Mollie API in two ways: by using the *Test API key*, or, if you are using organization access tokens or app tokens, by providing the `testmode` parameter in your API request.\n\nAny payments or other resources you create in test mode are completely isolated from your live mode data. Going back and forth between test and live mode is as easy as switching out the API key - or toggling the `testmode` parameter in case of the other authentication methods.\n\nPlease note that all API endpoints which are related to business operations, do not support test mode.\n\n## Test mode checkout screen\n\nWhen creating payments or orders in test mode, the regular checkout hosted payment pages will be replaced by a test mode checkout screen. Most test mode payment resources will feature a `checkout` URL just like in live mode, which then allows you to walk through the payment process without spending actual money. You can try out different payment statuses and see whether your integration handles it correctly.\n\n
\n\n### Testing Recurring payments and chargebacks\n\nFor test mode [recurring payments](/docs/recurring-payments), the resource will not contain a `checkout` URL, because these payments are executed without any interaction of your customer. Instead, a `changePaymentState` URL is added, which allows you to set the final payment state for these payments.\n\nFor paid test mode payments the resource will also include the `changePaymentState` URL which allows you to [create a refund](/docs/refunds) or chargeback for that payment directly from our hosted payment page. This can be used to test refund and chargeback functionality.\n\nApart from the hosted payment pages and the fact that test mode payments are created instead of real ones, the Mollie API behaves identical in both environments. This includes calling your [webhook](/reference/webhooks).\n\n## Testing card payments\n\nCredit card payments can fail for various reasons ranging from having provided an invalid card number to having the card issuer reject the payment due to insufficient funds. In the case of a failed credit card payment, the API therefore includes a `failureReason` in the [payment response](/reference/get-payment) to provide more context.\n\nTo test the various failure reasons the Mollie API can return, you can create your test mode card payment with a specific amount according to the table below. If you then force the payment to the `failed` status in the test flow, the payment response will include the appropriate failure reason.\n\n| Failure reason to trigger | Magic amount |\n| :------------------------- | :----------- |\n| `invalid_card_number` | € 1,001.00 |\n| `invalid_cvv` | € 1,002.00 |\n| `invalid_card_holder_name` | € 1,003.00 |\n| `card_expired` | € 1,004.00 |\n| `invalid_card_type` | € 1,005.00 |\n| `refused_by_issuer` | € 1,006.00 |\n| `insufficient_funds` | € 1,007.00 |\n| `inactive_card` | € 1,008.00 |\n| `possible_fraud` | € 1,009.00 |\n| `authentication_failed` | € 1,010.00 |\n| `card_declined` | € 1,011.00 |\n\n## Testing different types of cards\n\nWhen using our hosted checkout solution to test card payments, you don’t have to fill out any card details to test different statuses. This does mean however that you cannot test different types of cards with our hosted checkout.\n\nFor embedded checkout solutions — i.e. when using [Mollie Components](/docs/mollie-components) — you can use the test card numbers below to test different card brands.\n\n| Brand | Card number | Expiry date | CVV |\n| :--------------- | :-------------------- | :---------- | :-- |\n| American Express | `3782 822463 10005` | Any | Any |\n| Mastercard | `2223 0000 1047 9399` | Any | Any |\n| VISA | `4543 4740 0224 9996` | Any | Any |\n\n> 📘 Note:\n>\n> The card brand above allows you to test the dynamic display of the card logo in the card number field. For the time being, when processed the test payment will default to Mastercard always.\n\n## Test accounts\n\nMollie does not have such a thing like test accounts. In case you want to integrate Mollie, create an account via our [Web App](https://my.mollie.com). Once registered, you can enabled the payments methods you want to test with. For test mode, payment methods are activated immediately even when they are in a pending state. Please note that pending payment methods can **not** be used in live mode.","dehydrated":{"toc":"
","body":"
Testing the Mollie API
\n
During the process of building your integration, it is important to properly test it. As briefly explained in our authentication guide , you can access the test mode of the Mollie API in two ways: by using the Test API key , or, if you are using organization access tokens or app tokens, by providing the testmode
parameter in your API request.
\n
Any payments or other resources you create in test mode are completely isolated from your live mode data. Going back and forth between test and live mode is as easy as switching out the API key - or toggling the testmode
parameter in case of the other authentication methods.
\n
Please note that all API endpoints which are related to business operations, do not support test mode.
\n
Test mode checkout screen
\n
When creating payments or orders in test mode, the regular checkout hosted payment pages will be replaced by a test mode checkout screen. Most test mode payment resources will feature a checkout
URL just like in live mode, which then allows you to walk through the payment process without spending actual money. You can try out different payment statuses and see whether your integration handles it correctly.
\n
\n
Testing Recurring payments and chargebacks
\n
For test mode recurring payments , the resource will not contain a checkout
URL, because these payments are executed without any interaction of your customer. Instead, a changePaymentState
URL is added, which allows you to set the final payment state for these payments.
\n
For paid test mode payments the resource will also include the changePaymentState
URL which allows you to create a refund or chargeback for that payment directly from our hosted payment page. This can be used to test refund and chargeback functionality.
\n
Apart from the hosted payment pages and the fact that test mode payments are created instead of real ones, the Mollie API behaves identical in both environments. This includes calling your webhook .
\n
Testing card payments
\n
Credit card payments can fail for various reasons ranging from having provided an invalid card number to having the card issuer reject the payment due to insufficient funds. In the case of a failed credit card payment, the API therefore includes a failureReason
in the payment response to provide more context.
\n
To test the various failure reasons the Mollie API can return, you can create your test mode card payment with a specific amount according to the table below. If you then force the payment to the failed
status in the test flow, the payment response will include the appropriate failure reason.
\n
Failure reason to trigger Magic amount invalid_card_number
€ 1,001.00 invalid_cvv
€ 1,002.00 invalid_card_holder_name
€ 1,003.00 card_expired
€ 1,004.00 invalid_card_type
€ 1,005.00 refused_by_issuer
€ 1,006.00 insufficient_funds
€ 1,007.00 inactive_card
€ 1,008.00 possible_fraud
€ 1,009.00 authentication_failed
€ 1,010.00 card_declined
€ 1,011.00
\n
Testing different types of cards
\n
When using our hosted checkout solution to test card payments, you don’t have to fill out any card details to test different statuses. This does mean however that you cannot test different types of cards with our hosted checkout.
\n
For embedded checkout solutions — i.e. when using Mollie Components — you can use the test card numbers below to test different card brands.
\n
Brand Card number Expiry date CVV American Express 3782 822463 10005
Any Any Mastercard 2223 0000 1047 9399
Any Any VISA 4543 4740 0224 9996
Any Any
\n
📘
Note:
The card brand above allows you to test the dynamic display of the card logo in the card number field. For the time being, when processed the test payment will default to Mastercard always.
\n
Test accounts
\n
Mollie does not have such a thing like test accounts. In case you want to integrate Mollie, create an account via our Web App . Once registered, you can enabled the payments methods you want to test with. For test mode, payment methods are activated immediately even when they are in a pending state. Please note that pending payment methods can not be used in live mode.
","css":"/*! tailwindcss v4.1.6 | MIT License | https://tailwindcss.com */\n@layer theme, base, components, utilities;\n@layer utilities;\n"},"mdx":true,"opts":{"alwaysThrow":false,"compatibilityMode":false,"copyButtons":true,"correctnewlines":false,"markdownOptions":{"fences":true,"commonmark":true,"gfm":true,"ruleSpaces":false,"listItemIndent":"1","spacedTable":true,"paddedTable":true},"lazyImages":true,"normalize":true,"safeMode":false,"settings":{"position":false},"theme":"light","customBlocks":{},"resourceID":"/branches/1.0/reference/testing","resourceType":"page","components":{},"baseUrl":"/","terms":[{"_id":"64edc74247c1d3000c0ca42e","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"}],"variables":{"user":{},"defaults":[{"source":"","type":"","_id":"67cef25ca22ac8003037b064","name":"Dashboard","default":"Web app"},{"source":"security","type":"http","_id":"682b3bc7f8791a003f6ff715","name":"apiKey","scheme":"bearer","default":"live_dHar4XY7LxsDOtmnkVtjNVWXLSlXsM","apiSetting":"6663810c14fd9600591d6dc0"},{"source":"security","type":"oauth2","_id":"682b3bc7f8791a003f6ff714","name":"oAuth","apiSetting":"6663810c14fd9600591d6dc0"}]}},"terms":[{"_id":"64edc74247c1d3000c0ca42e","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"}],"variables":{"user":{},"defaults":[{"source":"","type":"","_id":"67cef25ca22ac8003037b064","name":"Dashboard","default":"Web app"},{"source":"security","type":"http","_id":"682b3bc7f8791a003f6ff715","name":"apiKey","scheme":"bearer","default":"live_dHar4XY7LxsDOtmnkVtjNVWXLSlXsM","apiSetting":"6663810c14fd9600591d6dc0"},{"source":"security","type":"oauth2","_id":"682b3bc7f8791a003f6ff714","name":"oAuth","apiSetting":"6663810c14fd9600591d6dc0"}]}},"sidebar":[{"pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"overview","title":"Mollie API overview","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[],"uri":"/branches/1.0/reference/overview","category":"/branches/1.0/categories/reference/Introduction to the Mollie API","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"authentication","title":"Authentication","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[],"uri":"/branches/1.0/reference/authentication","category":"/branches/1.0/categories/reference/Introduction to the Mollie API","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"testing","title":"Testing","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[],"uri":"/branches/1.0/reference/testing","category":"/branches/1.0/categories/reference/Introduction to the Mollie API","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"common-data-types","title":"Common data types","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[],"uri":"/branches/1.0/reference/common-data-types","category":"/branches/1.0/categories/reference/Introduction to the Mollie API","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"handling-errors","title":"Handling errors","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[],"uri":"/branches/1.0/reference/handling-errors","category":"/branches/1.0/categories/reference/Introduction to the Mollie API","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"webhooks","title":"Webhooks","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[],"uri":"/branches/1.0/reference/webhooks","category":"/branches/1.0/categories/reference/Introduction to the Mollie API","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"webhooks-new","title":"Next-gen Webhooks (beta)","type":"basic","updatedAt":"2025-07-01T12:15:14.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"webhooks-best-practices","title":"Webhooks: Best practices","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[],"uri":"/branches/1.0/reference/webhooks-best-practices","category":"/branches/1.0/categories/reference/Introduction to the Mollie API","parent":"/branches/1.0/reference/webhooks-new"}],"uri":"/branches/1.0/reference/webhooks-new","category":"/branches/1.0/categories/reference/Introduction to the Mollie API","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"pagination","title":"Pagination","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[],"uri":"/branches/1.0/reference/pagination","category":"/branches/1.0/categories/reference/Introduction to the Mollie API","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"api-idempotency","title":"API idempotency","type":"basic","updatedAt":"2025-07-10T07:50:20.000Z","pages":[],"uri":"/branches/1.0/reference/api-idempotency","category":"/branches/1.0/categories/reference/Introduction to the Mollie API","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"security","title":"Security","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[],"uri":"/branches/1.0/reference/security","category":"/branches/1.0/categories/reference/Introduction to the Mollie API","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"postman-collection","title":"Postman collection","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[],"uri":"/branches/1.0/reference/postman-collection","category":"/branches/1.0/categories/reference/Introduction to the Mollie API","parent":null}],"title":"Introduction to the Mollie API","uri":"/branches/1.0/categories/reference/Introduction to the Mollie API"},{"pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"payments-api","title":"Payments API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"create-payment","title":"Create payment","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/create-payment","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/payments-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-payments","title":"List payments","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-payments","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/payments-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-payment","title":"Get payment","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-payment","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/payments-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"update-payment","title":"Update payment","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"patch","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/update-payment","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/payments-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"cancel-payment","title":"Cancel payment","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"delete","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/cancel-payment","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/payments-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"release-authorization","title":"Release payment authorization","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/release-authorization","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/payments-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"extra-payment-parameters","title":"Method-specific parameters","type":"basic","updatedAt":"2025-07-16T11:50:39.000Z","pages":[],"uri":"/branches/1.0/reference/extra-payment-parameters","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/payments-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"status-reasons","title":"Status reasons","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[],"uri":"/branches/1.0/reference/status-reasons","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/payments-api"}],"uri":"/branches/1.0/reference/payments-api","category":"/branches/1.0/categories/reference/Accepting payments","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"methods-api","title":"Methods API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-methods","title":"List payment methods","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-methods","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/methods-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-all-methods","title":"List all payment methods","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-all-methods","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/methods-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-method","title":"Get payment method","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-method","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/methods-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"enable-method","title":"Enable payment method","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/enable-method","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/methods-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"disable-method","title":"Disable payment method","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"delete","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/disable-method","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/methods-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"enable-method-issuer","title":"Enable payment method issuer","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/enable-method-issuer","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/methods-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"disable-method-issuer","title":"Disable payment method issuer","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"delete","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/disable-method-issuer","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/methods-api"}],"uri":"/branches/1.0/reference/methods-api","category":"/branches/1.0/categories/reference/Accepting payments","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"refunds-api","title":"Refunds API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"create-refund","title":"Create payment refund","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/create-refund","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/refunds-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-refunds","title":"List payment refunds","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-refunds","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/refunds-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-refund","title":"Get payment refund","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-refund","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/refunds-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"cancel-refund","title":"Cancel payment refund","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"delete","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/cancel-refund","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/refunds-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-all-refunds","title":"List all refunds","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-all-refunds","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/refunds-api"}],"uri":"/branches/1.0/reference/refunds-api","category":"/branches/1.0/categories/reference/Accepting payments","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"chargebacks-api","title":"Chargebacks API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-payment-chargebacks","title":"List payment chargebacks","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-payment-chargebacks","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/chargebacks-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-chargeback","title":"Get payment chargeback","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-chargeback","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/chargebacks-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-all-chargebacks","title":"List all chargebacks","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-all-chargebacks","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/chargebacks-api"}],"uri":"/branches/1.0/reference/chargebacks-api","category":"/branches/1.0/categories/reference/Accepting payments","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"captures-api","title":"Captures API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"create-capture","title":"Create capture","type":"endpoint","updatedAt":"2025-07-01T13:29:39.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/create-capture","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/captures-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-captures","title":"List captures","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-captures","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/captures-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-capture","title":"Get capture","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-capture","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/captures-api"}],"uri":"/branches/1.0/reference/captures-api","category":"/branches/1.0/categories/reference/Accepting payments","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"wallets-api","title":"Wallets API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"request-apple-pay-payment-session","title":"Request Apple Pay payment session","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/request-apple-pay-payment-session","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/wallets-api"}],"uri":"/branches/1.0/reference/wallets-api","category":"/branches/1.0/categories/reference/Accepting payments","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"payment-links-api","title":"Payment Links API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"create-payment-link","title":"Create payment link","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/create-payment-link","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/payment-links-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-payment-links","title":"List payment links","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-payment-links","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/payment-links-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-payment-link","title":"Get payment link","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-payment-link","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/payment-links-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"update-payment-link","title":"Update payment link","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"patch","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/update-payment-link","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/payment-links-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"delete-payment-link","title":"Delete payment link","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"delete","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/delete-payment-link","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/payment-links-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-payment-link-payments","title":"Get payment link payments","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-payment-link-payments","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/payment-links-api"}],"uri":"/branches/1.0/reference/payment-links-api","category":"/branches/1.0/categories/reference/Accepting payments","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"terminals-api","title":"Terminals API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-terminals","title":"List terminals","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-terminals","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/terminals-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-terminal","title":"Get terminal","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-terminal","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/terminals-api"}],"uri":"/branches/1.0/reference/terminals-api","category":"/branches/1.0/categories/reference/Accepting payments","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"delayed-routing-api","title":"Delayed Routing API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"payment-create-route","title":"Create a delayed route","type":"endpoint","updatedAt":"2025-06-25T12:34:38.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/payment-create-route","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/delayed-routing-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"payment-list-routes","title":"List payment routes","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/payment-list-routes","category":"/branches/1.0/categories/reference/Accepting payments","parent":"/branches/1.0/reference/delayed-routing-api"}],"uri":"/branches/1.0/reference/delayed-routing-api","category":"/branches/1.0/categories/reference/Accepting payments","parent":null}],"title":"Accepting payments","uri":"/branches/1.0/categories/reference/Accepting payments"},{"pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"webhooks-api","title":"Webhooks API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"create-webhook","title":"Create a webhook","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/create-webhook","category":"/branches/1.0/categories/reference/Webhooks","parent":"/branches/1.0/reference/webhooks-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-webhooks","title":"List all webhooks","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-webhooks","category":"/branches/1.0/categories/reference/Webhooks","parent":"/branches/1.0/reference/webhooks-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"update-webhook","title":"Update a webhook","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"patch","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/update-webhook","category":"/branches/1.0/categories/reference/Webhooks","parent":"/branches/1.0/reference/webhooks-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-webhook","title":"Get a webhook","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-webhook","category":"/branches/1.0/categories/reference/Webhooks","parent":"/branches/1.0/reference/webhooks-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"delete-webhook","title":"Delete a webhook","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"delete","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/delete-webhook","category":"/branches/1.0/categories/reference/Webhooks","parent":"/branches/1.0/reference/webhooks-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"test-webhook","title":"Test a webhook","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/test-webhook","category":"/branches/1.0/categories/reference/Webhooks","parent":"/branches/1.0/reference/webhooks-api"}],"uri":"/branches/1.0/reference/webhooks-api","category":"/branches/1.0/categories/reference/Webhooks","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"webhook-events-api","title":"Webhook Events API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-webhook-event","title":"Get a Webhook Event","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-webhook-event","category":"/branches/1.0/categories/reference/Webhooks","parent":"/branches/1.0/reference/webhook-events-api"}],"uri":"/branches/1.0/reference/webhook-events-api","category":"/branches/1.0/categories/reference/Webhooks","parent":null}],"title":"Webhooks","uri":"/branches/1.0/categories/reference/Webhooks"},{"pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"molliejs","title":"Mollie.js","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"mollie-object","title":"Mollie object","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[],"uri":"/branches/1.0/reference/mollie-object","category":"/branches/1.0/categories/reference/Mollie Components","parent":"/branches/1.0/reference/molliejs"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"component-object","title":"Component object","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[],"uri":"/branches/1.0/reference/component-object","category":"/branches/1.0/categories/reference/Mollie Components","parent":"/branches/1.0/reference/molliejs"}],"uri":"/branches/1.0/reference/molliejs","category":"/branches/1.0/categories/reference/Mollie Components","parent":null}],"title":"Mollie Components","uri":"/branches/1.0/categories/reference/Mollie Components"},{"pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"orders-api","title":"Orders API","type":"basic","updatedAt":"2025-07-02T14:25:51.000Z","pages":[{"deprecated":true,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"create-order","title":"Create order","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/create-order","category":"/branches/1.0/categories/reference/Receiving orders","parent":"/branches/1.0/reference/orders-api"},{"deprecated":true,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-orders","title":"List orders","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-orders","category":"/branches/1.0/categories/reference/Receiving orders","parent":"/branches/1.0/reference/orders-api"},{"deprecated":true,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-order","title":"Get order","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-order","category":"/branches/1.0/categories/reference/Receiving orders","parent":"/branches/1.0/reference/orders-api"},{"deprecated":true,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"update-order","title":"Update order","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"patch","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/update-order","category":"/branches/1.0/categories/reference/Receiving orders","parent":"/branches/1.0/reference/orders-api"},{"deprecated":true,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"cancel-order","title":"Cancel order","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"delete","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/cancel-order","category":"/branches/1.0/categories/reference/Receiving orders","parent":"/branches/1.0/reference/orders-api"},{"deprecated":true,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"manage-order-lines","title":"Manage order lines","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"patch","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/manage-order-lines","category":"/branches/1.0/categories/reference/Receiving orders","parent":"/branches/1.0/reference/orders-api"},{"deprecated":true,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"cancel-order-lines","title":"Cancel order lines","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"delete","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/cancel-order-lines","category":"/branches/1.0/categories/reference/Receiving orders","parent":"/branches/1.0/reference/orders-api"},{"deprecated":true,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"update-order-line","title":"Update order line","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"patch","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/update-order-line","category":"/branches/1.0/categories/reference/Receiving orders","parent":"/branches/1.0/reference/orders-api"},{"deprecated":true,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"create-order-payment","title":"Create order payment","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/create-order-payment","category":"/branches/1.0/categories/reference/Receiving orders","parent":"/branches/1.0/reference/orders-api"},{"deprecated":true,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"create-order-refund-1","title":"Create order refund","type":"endpoint","updatedAt":"2025-07-18T09:10:43.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/create-order-refund-1","category":"/branches/1.0/categories/reference/Receiving orders","parent":"/branches/1.0/reference/orders-api"},{"deprecated":true,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-order-refunds-1","title":"List order refunds","type":"endpoint","updatedAt":"2025-07-18T09:10:43.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-order-refunds-1","category":"/branches/1.0/categories/reference/Receiving orders","parent":"/branches/1.0/reference/orders-api"}],"uri":"/branches/1.0/reference/orders-api","category":"/branches/1.0/categories/reference/Receiving orders","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"shipments-api","title":"Shipments API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":true,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"create-shipment","title":"Create shipment","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/create-shipment","category":"/branches/1.0/categories/reference/Receiving orders","parent":"/branches/1.0/reference/shipments-api"},{"deprecated":true,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-shipments","title":"List shipments","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-shipments","category":"/branches/1.0/categories/reference/Receiving orders","parent":"/branches/1.0/reference/shipments-api"},{"deprecated":true,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-shipment","title":"Get shipment","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-shipment","category":"/branches/1.0/categories/reference/Receiving orders","parent":"/branches/1.0/reference/shipments-api"},{"deprecated":true,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"update-shipment","title":"Update shipment","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"patch","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/update-shipment","category":"/branches/1.0/categories/reference/Receiving orders","parent":"/branches/1.0/reference/shipments-api"}],"uri":"/branches/1.0/reference/shipments-api","category":"/branches/1.0/categories/reference/Receiving orders","parent":null}],"title":"Receiving orders","uri":"/branches/1.0/categories/reference/Receiving orders"},{"pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"customers-api","title":"Customers API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"create-customer","title":"Create customer","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/create-customer","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/customers-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-customers","title":"List customers","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-customers","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/customers-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-customer","title":"Get customer","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-customer","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/customers-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"update-customer","title":"Update customer","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"patch","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/update-customer","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/customers-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"delete-customer","title":"Delete customer","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"delete","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/delete-customer","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/customers-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"create-customer-payment","title":"Create customer payment","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/create-customer-payment","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/customers-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-customer-payments","title":"List customer payments","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-customer-payments","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/customers-api"}],"uri":"/branches/1.0/reference/customers-api","category":"/branches/1.0/categories/reference/Recurring","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"mandates-api","title":"Mandates API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"create-mandate","title":"Create mandate","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/create-mandate","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/mandates-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-mandates","title":"List mandates","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-mandates","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/mandates-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-mandate","title":"Get mandate","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-mandate","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/mandates-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"revoke-mandate","title":"Revoke mandate","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"delete","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/revoke-mandate","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/mandates-api"}],"uri":"/branches/1.0/reference/mandates-api","category":"/branches/1.0/categories/reference/Recurring","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"subscriptions-api","title":"Subscriptions API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"create-subscription","title":"Create subscription","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/create-subscription","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/subscriptions-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-subscriptions","title":"List customer subscriptions","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-subscriptions","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/subscriptions-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-subscription","title":"Get subscription","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-subscription","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/subscriptions-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"update-subscription","title":"Update subscription","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"patch","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/update-subscription","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/subscriptions-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"cancel-subscription","title":"Cancel subscription","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"delete","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/cancel-subscription","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/subscriptions-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-all-subscriptions","title":"List all subscriptions","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-all-subscriptions","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/subscriptions-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-subscription-payments","title":"List subscription payments","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-subscription-payments","category":"/branches/1.0/categories/reference/Recurring","parent":"/branches/1.0/reference/subscriptions-api"}],"uri":"/branches/1.0/reference/subscriptions-api","category":"/branches/1.0/categories/reference/Recurring","parent":null}],"title":"Recurring","uri":"/branches/1.0/categories/reference/Recurring"},{"pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"oauth-api","title":"OAuth API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"generate-tokens","title":"Generate tokens","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[],"uri":"/branches/1.0/reference/generate-tokens","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/oauth-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"revoke-tokens","title":"Revoke tokens","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[],"uri":"/branches/1.0/reference/revoke-tokens","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/oauth-api"}],"uri":"/branches/1.0/reference/oauth-api","category":"/branches/1.0/categories/reference/Mollie Connect","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"permissions-api","title":"Permissions API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-permissions","title":"List permissions","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-permissions","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/permissions-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-permission","title":"Get permission","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-permission","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/permissions-api"}],"uri":"/branches/1.0/reference/permissions-api","category":"/branches/1.0/categories/reference/Mollie Connect","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"organizations-api","title":"Organizations API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-organization","title":"Get organization","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-organization","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/organizations-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-current-organization","title":"Get current organization","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-current-organization","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/organizations-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-partner-status","title":"Get partner status","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-partner-status","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/organizations-api"}],"uri":"/branches/1.0/reference/organizations-api","category":"/branches/1.0/categories/reference/Mollie Connect","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"profiles-api","title":"Profiles API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"create-profile","title":"Create profile","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/create-profile","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/profiles-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-profiles","title":"List profiles","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-profiles","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/profiles-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-profile","title":"Get profile","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-profile","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/profiles-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"update-profile","title":"Update profile","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"patch","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/update-profile","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/profiles-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"delete-profile","title":"Delete profile","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"delete","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/delete-profile","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/profiles-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-current-profile","title":"Get current profile","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-current-profile","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/profiles-api"}],"uri":"/branches/1.0/reference/profiles-api","category":"/branches/1.0/categories/reference/Mollie Connect","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"onboarding-api","title":"Onboarding API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-onboarding-status","title":"Get onboarding status","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-onboarding-status","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/onboarding-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"submit-onboarding-data","title":"Submit onboarding data","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/submit-onboarding-data","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/onboarding-api"}],"uri":"/branches/1.0/reference/onboarding-api","category":"/branches/1.0/categories/reference/Mollie Connect","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"capabilities-api","title":"Capabilities API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-capabilities","title":"List capabilities","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-capabilities","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/capabilities-api"}],"uri":"/branches/1.0/reference/capabilities-api","category":"/branches/1.0/categories/reference/Mollie Connect","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"clients-api","title":"Clients API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-clients","title":"List clients","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-clients","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/clients-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-client","title":"Get client","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-client","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/clients-api"}],"uri":"/branches/1.0/reference/clients-api","category":"/branches/1.0/categories/reference/Mollie Connect","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"client-links-api","title":"Client Links API","type":"basic","updatedAt":"2025-07-01T14:28:25.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"create-client-link","title":"Create client link","type":"endpoint","updatedAt":"2025-07-17T12:06:30.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/create-client-link","category":"/branches/1.0/categories/reference/Mollie Connect","parent":"/branches/1.0/reference/client-links-api"}],"uri":"/branches/1.0/reference/client-links-api","category":"/branches/1.0/categories/reference/Mollie Connect","parent":null}],"title":"Mollie Connect","uri":"/branches/1.0/categories/reference/Mollie Connect"},{"pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"balances-api","title":"Balances API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-balances","title":"List balances","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-balances","category":"/branches/1.0/categories/reference/Business operations","parent":"/branches/1.0/reference/balances-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-balance","title":"Get balance","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-balance","category":"/branches/1.0/categories/reference/Business operations","parent":"/branches/1.0/reference/balances-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-primary-balance","title":"Get primary balance","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-primary-balance","category":"/branches/1.0/categories/reference/Business operations","parent":"/branches/1.0/reference/balances-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-balance-report","title":"Get balance report","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-balance-report","category":"/branches/1.0/categories/reference/Business operations","parent":"/branches/1.0/reference/balances-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-balance-transactions","title":"List balance transactions","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-balance-transactions","category":"/branches/1.0/categories/reference/Business operations","parent":"/branches/1.0/reference/balances-api"}],"uri":"/branches/1.0/reference/balances-api","category":"/branches/1.0/categories/reference/Business operations","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"settlements-api","title":"Settlements API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-settlements","title":"List settlements","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-settlements","category":"/branches/1.0/categories/reference/Business operations","parent":"/branches/1.0/reference/settlements-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-settlement","title":"Get settlement","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-settlement","category":"/branches/1.0/categories/reference/Business operations","parent":"/branches/1.0/reference/settlements-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-open-settlement","title":"Get open settlement","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-open-settlement","category":"/branches/1.0/categories/reference/Business operations","parent":"/branches/1.0/reference/settlements-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-next-settlement","title":"Get next settlement","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-next-settlement","category":"/branches/1.0/categories/reference/Business operations","parent":"/branches/1.0/reference/settlements-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-settlement-payments","title":"List settlement payments","type":"endpoint","updatedAt":"2025-07-18T09:10:43.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-settlement-payments","category":"/branches/1.0/categories/reference/Business operations","parent":"/branches/1.0/reference/settlements-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-settlement-captures","title":"List settlement captures","type":"endpoint","updatedAt":"2025-07-18T09:10:43.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-settlement-captures","category":"/branches/1.0/categories/reference/Business operations","parent":"/branches/1.0/reference/settlements-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-settlement-refunds","title":"List settlement refunds","type":"endpoint","updatedAt":"2025-07-18T09:10:43.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-settlement-refunds","category":"/branches/1.0/categories/reference/Business operations","parent":"/branches/1.0/reference/settlements-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-settlement-chargebacks","title":"List settlement chargebacks","type":"endpoint","updatedAt":"2025-07-18T09:10:43.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-settlement-chargebacks","category":"/branches/1.0/categories/reference/Business operations","parent":"/branches/1.0/reference/settlements-api"}],"uri":"/branches/1.0/reference/settlements-api","category":"/branches/1.0/categories/reference/Business operations","parent":null},{"deprecated":false,"hidden":false,"isBodyEmpty":false,"renderable":{"status":true},"slug":"invoices-api","title":"Invoices API","type":"basic","updatedAt":"2025-06-24T09:12:09.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-invoices","title":"List invoices","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-invoices","category":"/branches/1.0/categories/reference/Business operations","parent":"/branches/1.0/reference/invoices-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-invoice","title":"Get invoice","type":"endpoint","updatedAt":"2025-06-24T09:12:09.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-invoice","category":"/branches/1.0/categories/reference/Business operations","parent":"/branches/1.0/reference/invoices-api"}],"uri":"/branches/1.0/reference/invoices-api","category":"/branches/1.0/categories/reference/Business operations","parent":null}],"title":"Business operations","uri":"/branches/1.0/categories/reference/Business operations"},{"pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"sales-invoices-api","title":"Sales Invoices API","type":"basic","updatedAt":"2025-06-30T13:09:59.000Z","pages":[{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"create-sales-invoice","title":"Create sales invoice","type":"endpoint","updatedAt":"2025-06-30T13:09:59.000Z","api_method":"post","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/create-sales-invoice","category":"/branches/1.0/categories/reference/Revenue Collection","parent":"/branches/1.0/reference/sales-invoices-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"list-sales-invoices","title":"List sales invoices","type":"endpoint","updatedAt":"2025-06-30T13:27:54.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/list-sales-invoices","category":"/branches/1.0/categories/reference/Revenue Collection","parent":"/branches/1.0/reference/sales-invoices-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"get-sales-invoice","title":"Get sales invoice","type":"endpoint","updatedAt":"2025-06-30T13:09:59.000Z","api_method":"get","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/get-sales-invoice","category":"/branches/1.0/categories/reference/Revenue Collection","parent":"/branches/1.0/reference/sales-invoices-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"update-sales-invoice","title":"Update sales invoice","type":"endpoint","updatedAt":"2025-06-30T13:27:54.000Z","api_method":"patch","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/update-sales-invoice","category":"/branches/1.0/categories/reference/Revenue Collection","parent":"/branches/1.0/reference/sales-invoices-api"},{"deprecated":false,"hidden":false,"isBodyEmpty":true,"renderable":{"status":true},"slug":"delete-sales-invoice","title":"Delete sales invoice","type":"endpoint","updatedAt":"2025-06-30T13:27:54.000Z","api_method":"delete","api_webhook":false,"pages":[],"uri":"/branches/1.0/reference/delete-sales-invoice","category":"/branches/1.0/categories/reference/Revenue Collection","parent":"/branches/1.0/reference/sales-invoices-api"}],"uri":"/branches/1.0/reference/sales-invoices-api","category":"/branches/1.0/categories/reference/Revenue Collection","parent":null}],"title":"Revenue Collection","uri":"/branches/1.0/categories/reference/Revenue Collection"}],"branches":{"total":0,"page":1,"per_page":100,"paging":{"next":null,"previous":null,"first":"/molapi/api-next/v2/branches?prefix=v1.0&page=1&per_page=100","last":null},"data":[],"type":"branch"},"config":{"algoliaIndex":"readme_search_v2","amplitude":{"apiKey":"dc8065a65ef83d6ad23e37aaf014fc84","enabled":true},"asset_url":"https://cdn.readme.io","domain":"readme.io","domainFull":"https://dash.readme.com","encryptedLocalStorageKey":"ekfls-2025-03-27","fullstory":{"enabled":true,"orgId":"FSV9A"},"liveblocks":{"copilotId":"co_11Q0l0JJlkcBhhAYUFh8s"},"metrics":{"billingCronEnabled":"true","dashUrl":"https://m.readme.io","defaultUrl":"https://m.readme.io","exportMaxRetries":12,"wsUrl":"wss://m.readme.io"},"proxyUrl":"https://try.readme.io","readmeRecaptchaSiteKey":"6LesVBYpAAAAAESOCHOyo2kF9SZXPVb54Nwf3i2x","releaseVersion":"5.422.0","sentry":{"dsn":"https://3bbe57a973254129bcb93e47dc0cc46f@o343074.ingest.sentry.io/2052166","enabled":true},"shMigration":{"promoVideo":"","forceWaitlist":false,"migrationPreview":false},"sslBaseDomain":"readmessl.com","sslGenerationService":"ssl.readmessl.com","stripePk":"pk_live_5103PML2qXbDukVh7GDAkQoR4NSuLqy8idd5xtdm9407XdPR6o3bo663C1ruEGhXJjpnb2YCpj8EU1UvQYanuCjtr00t1DRCf2a","superHub":{"newProjectsEnabled":true},"wootric":{"accountToken":"NPS-122b75a4","enabled":true}},"context":{"labs":{},"user":{},"terms":[{"_id":"64edc74247c1d3000c0ca42e","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"}],"variables":{"user":{},"defaults":[{"source":"","type":"","_id":"67cef25ca22ac8003037b064","name":"Dashboard","default":"Web app"},{"source":"security","type":"http","_id":"682b3bc7f8791a003f6ff715","name":"apiKey","scheme":"bearer","default":"live_dHar4XY7LxsDOtmnkVtjNVWXLSlXsM","apiSetting":"6663810c14fd9600591d6dc0"},{"source":"security","type":"oauth2","_id":"682b3bc7f8791a003f6ff714","name":"oAuth","apiSetting":"6663810c14fd9600591d6dc0"}]},"project":{"_id":"64edc74247c1d3000c0ca42d","appearance":{"rdmd":{"callouts":{"useIconFont":true},"theme":{"background":"","border":"","markdownEdge":"","markdownFont":"","markdownFontSize":"","markdownLineHeight":"","markdownRadius":"","markdownText":"","markdownTitle":"","markdownTitleFont":"","mdCodeBackground":"","mdCodeFont":"","mdCodeRadius":"","mdCodeTabs":"","mdCodeText":"","tableEdges":"","tableHead":"","tableHeadText":"","tableRow":"","tableStripe":"","tableText":"","text":"","title":""}},"main_body":{"type":"links"},"colors":{"highlight":"","main":"#ffffff","main_alt":"","header_text":"","body_highlight":"#0040ff","custom_login_link_color":""},"typography":{"headline":"Open+Sans:400:sans-serif","body":"Open+Sans:400:sans-serif","typekit":false,"tk_key":"","tk_headline":"","tk_body":""},"header":{"style":"solid","img":[],"img_size":"auto","img_pos":"tl","linkStyle":"buttons"},"body":{"style":"none"},"global_landing_page":{"html":"","redirect":""},"referenceSimpleMode":false,"referenceLayout":"row","link_logo_to_url":false,"theme":"solid","colorScheme":"system","overlay":"triangles","landing":true,"sticky":false,"hide_logo":true,"childrenAsPills":false,"subheaderStyle":"links","splitReferenceDocs":false,"showMetricsInReference":false,"logo":["https://files.readme.io/c4729a2-Mollie-Logo-Black-2023-Clearspace.svg","c4729a2-Mollie-Logo-Black-2023-Clearspace.svg",300,145,"#000000","662cbd5b14ef120010ed4f39"],"loginLogo":[],"logo_white":["https://files.readme.io/88ce75b-Mollie_dev_1.svg","88ce75b-Mollie_dev_1.svg",83,23,"#111111","664cf5379e94a9002a8ea819"],"logo_white_use":true,"logo_large":false,"favicon":["https://files.readme.io/08b4ecf-favicon.ico","08b4ecf-favicon.ico",48,48,"#000000","66607150ef2ac7001065012d"],"stylesheet":"","stylesheet_hub2":"/**********************************************************************************************************************/\n/** DO NOT EDIT THIS CSS FILE MANUALLY. README DOES NOT OFFER VERSION CONTROL FOR CUSTOM CSS. WE USE GITLAB INSTEAD. **/\n/** Just open a merge request in GitLab. After merging the change to `master`, copy-paste the file here. **/\n/**********************************************************************************************************************/\n\n/************/\n/** THEME VARIABLES **/\n/************/\n\n:root {\n /* Mollie colors */\n --mollie-black: #111111;\n --mollie-blue-100: #ccd9ff;\n --mollie-blue-200: #b4c6fa;\n --mollie-blue-25: #f5f7ff;\n --mollie-blue-300: #99b3ff;\n --mollie-blue-400: #3366ff;\n --mollie-blue-50: #e6ecff;\n --mollie-blue-500: #0040ff;\n --mollie-blue-600: #003ae6;\n --mollie-blue-700: #0033cc;\n --mollie-blue-75: #d9e2ff;\n --mollie-blue-800: #002699;\n --mollie-gray-100: #ececf0;\n --mollie-gray-200: #e3e4ea;\n --mollie-gray-300: #d2d3dd;\n --mollie-gray-400: #aeb1c2;\n --mollie-gray-50: #f9fafb;\n --mollie-gray-500: #a0a3b2;\n --mollie-gray-600: #71737e;\n --mollie-gray-700: #5a5c65;\n --mollie-gray-75: #f5f6f8;\n --mollie-gray-800: #46474e;\n --mollie-green-100: #ebf7ea;\n --mollie-green-200: #c2e6c1;\n --mollie-green-300: #9ed99c;\n --mollie-green-400: #75cc72;\n --mollie-green-50: #f5fbf5;\n --mollie-green-500: #32ad30;\n --mollie-green-600: #288a26;\n --mollie-green-700: #1e681d;\n --mollie-green-800: #144513;\n --mollie-purple-100: #f7deff;\n --mollie-purple-500: #b513ee;\n --mollie-purple-600: #910fbe;\n --mollie-red-100: #ffe6ea;\n --mollie-red-200: #ffccd5;\n --mollie-red-300: #ff99ab;\n --mollie-red-400: #ff6982;\n --mollie-red-50: #fff2f5;\n --mollie-red-500: #e60029;\n --mollie-red-600: #cc0025;\n --mollie-red-700: #99001c;\n --mollie-red-800: #660012;\n --mollie-white: #ffffff;\n --mollie-yellow-100: #fff2d4;\n --mollie-yellow-200: #ffe5aa;\n --mollie-yellow-300: #fad47d;\n --mollie-yellow-400: #f0c369;\n --mollie-yellow-50: #fffcf4;\n --mollie-yellow-500: #e6ab26;\n --mollie-yellow-600: #cc9822;\n --mollie-yellow-700: #8b6900;\n --mollie-yellow-800: #664c11;\n\n --mollie-background-primary: var(--mollie-white);\n --mollie-background-primary-rgb: 255, 255, 255;\n --mollie-background-secondary: var(--mollie-gray-50);\n --mollie-background-tertiary: var(--mollie-gray-75);\n --mollie-background-quaternary: var(--mollie-gray-100);\n --mollie-accent: var(--mollie-blue-500);\n --mollie-accent-hover: var(--mollie-blue-600);\n --mollie-interactive: var(--mollie-blue-500);\n --mollie-primary: var(--mollie-black);\n --mollie-secondary: var(--mollie-gray-700);\n --mollie-secondary-hover: var(--mollie-gray-800);\n --mollie-negative: var(--mollie-red-500);\n --mollie-positive: var(--mollie-green-500);\n --mollie-warning: var(--mollie-yellow-500);\n --mollie-neutral: var(--mollie-gray-500);\n --mollie-border: var(--mollie-gray-100);\n\n --mollie-callout-info-background: var(--mollie-blue-25);\n --mollie-callout-info-border: var(--mollie-blue-100);\n --mollie-callout-info-primary: var(--mollie-blue-700);\n --mollie-callout-success-background: var(--mollie-green-50);\n --mollie-callout-success-border: var(--mollie-green-200);\n --mollie-callout-success-primary: var(--mollie-green-700);\n --mollie-callout-warning-background: var(--mollie-yellow-50);\n --mollie-callout-warning-border: var(--mollie-yellow-200);\n --mollie-callout-warning-primary: var(--mollie-yellow-800);\n --mollie-callout-error-background: var(--mollie-red-50);\n --mollie-callout-error-border: var(--mollie-red-200);\n --mollie-callout-error-primary: var(--mollie-red-700);\n\n --mollie-pills-background-warning: var(--mollie-yellow-100);\n --mollie-pills-foreground-warning: var(--mollie-yellow-700);\n --mollie-pills-background-positive: var(--mollie-green-100);\n --mollie-pills-foreground-positive: var(--mollie-green-700);\n --mollie-pills-background-neutral: var(--mollie-gray-100);\n --mollie-pills-foreground-neutral: var(--mollie-gray-800);\n --mollie-pills-background-negative: var(--mollie-red-100);\n --mollie-pills-foreground-negative: var(--mollie-red-700);\n --mollie-pills-background-informative: var(--mollie-blue-100);\n --mollie-pills-foreground-informative: var(--mollie-blue-700);\n --mollie-pills-background-callout: var(--mollie-purple-100);\n --mollie-pills-foreground-callout: var(--mollie-purple-600);\n\n /* Backgrounds */\n --color-bg-page: var(--mollie-background-primary);\n --color-bg-page-rgb: var(--mollie-background-primary-rgb);\n\n /* Texts */\n --color-text-default: var(--mollie-primary);\n --color-text-muted: var(--mollie-secondary);\n --color-text-minimum: var(--mollie-secondary);\n --color-text-minimum-hover: var(--mollie-secondary-hover);\n --color-text-minimum-icon: var(--mollie-secondary);\n\n /* Accessories */\n --color-border-default: var(--mollie-border);\n --color-link-primary: var(--mollie-interactive);\n\n /* Inputs */\n --color-input-text: var(--color-text-muted);\n --color-input-background: var(--mollie-background-primary);\n --color-input-border: var(--mollie-border);\n\n /* Markdown */\n --md-code-radius: 10px;\n --md-code-background: var(--mollie-background-tertiary);\n --md-code-tabs: var(--mollie-background-quaternary);\n\n /* Recipes */\n --recipe-button-color: var(--mollie-accent);\n --recipe-button-color-hover: var(--mollie-accent-hover);\n\n // Other\n --font-family: \"Inter\", sans-serif;\n --border-radius: 4px;\n --border-radius-lg: 8px;\n --hub-playground-width: 460px;\n --container-lg: 1620px;\n}\n\n[data-color-mode=dark] {\n /* Mollie colors */\n --mollie-black: #111111;\n --mollie-blue-100: #1b2237;\n --mollie-blue-200: #000f4b;\n --mollie-blue-25: #020718;\n --mollie-blue-300: #001a66;\n --mollie-blue-400: #0f43df;\n --mollie-blue-50: #0e111a;\n --mollie-blue-500: #1047ed;\n --mollie-blue-600: #0f4afc;\n --mollie-blue-700: #6789f1;\n --mollie-blue-75: #020b24;\n --mollie-blue-800: #b3c6ff;\n --mollie-gray-100: #1c1d21;\n --mollie-gray-200: #24252b;\n --mollie-gray-300: #34353e;\n --mollie-gray-400: #484750;\n --mollie-gray-50: #111111;\n --mollie-gray-500: #565560;\n --mollie-gray-600: #9897a4;\n --mollie-gray-700: #bfbfc9;\n --mollie-gray-75: #17181b;\n --mollie-gray-800: #f2f2f2;\n --mollie-green-100: #243924;\n --mollie-green-200: #0f340e;\n --mollie-green-300: #0a4109;\n --mollie-green-400: #0d550c;\n --mollie-green-50: #111d11;\n --mollie-green-500: #2d9c2b;\n --mollie-green-600: #32ad30;\n --mollie-green-700: #5bbd59;\n --mollie-green-800: #addeac;\n --mollie-purple-100: #351344;\n --mollie-purple-500: #cb5af3;\n --mollie-purple-600: #d371f5;\n --mollie-red-100: #3f2126;\n --mollie-red-200: #4c000e;\n --mollie-red-300: #600919;\n --mollie-red-400: #fe1741;\n --mollie-red-50: #231216;\n --mollie-red-500: #ff3358;\n --mollie-red-600: #ff5977;\n --mollie-red-700: #ff8097;\n --mollie-red-800: #ffb3c0;\n --mollie-white: #ffffff;\n --mollie-yellow-100: #322c1f;\n --mollie-yellow-200: #39301b;\n --mollie-yellow-300: #553c03;\n --mollie-yellow-400: #cc9822;\n --mollie-yellow-50: #231f13;\n --mollie-yellow-500: #cc9822;\n --mollie-yellow-600: #e6ab26;\n --mollie-yellow-700: #ffc53f;\n --mollie-yellow-800: #ffd26a;\n\n --mollie-background-primary: var(--mollie-gray-75);\n --mollie-background-primary-rgb: 23, 24, 27;\n --mollie-background-secondary: var(--mollie-gray-100);\n --mollie-background-tertiary: var(--mollie-gray-200);\n --mollie-background-quaternary: var(--mollie-gray-300);\n --mollie-accent: var(--mollie-blue-400);\n --mollie-accent-hover: var(--mollie-blue-500);\n --mollie-interactive: var(--mollie-blue-800);\n --mollie-primary: var(--mollie-white);\n --mollie-secondary: var(--mollie-gray-700);\n --mollie-secondary-hover: var(--mollie-gray-800);\n --mollie-negative: var(--mollie-red-800);\n --mollie-positive: var(--mollie-green-700);\n --mollie-warning: var(--mollie-yellow-700);\n --mollie-neutral: var(--mollie-gray-800);\n --mollie-border: var(--mollie-gray-300);\n\n --mollie-callout-info-background: var(--mollie-blue-50);\n --mollie-callout-info-border: var(--mollie-blue-300);\n --mollie-callout-info-primary: var(--mollie-blue-800);\n --mollie-callout-success-background: var(--mollie-green-50);\n --mollie-callout-success-border: var(--mollie-green-200);\n --mollie-callout-success-primary: var(--mollie-green-800);\n --mollie-callout-warning-background: var(--mollie-yellow-50);\n --mollie-callout-warning-border: var(--mollie-yellow-300);\n --mollie-callout-warning-primary: var(--mollie-yellow-800);\n --mollie-callout-error-background: var(--mollie-red-50);\n --mollie-callout-error-border: var(--mollie-red-200);\n --mollie-callout-error-primary: var(--mollie-red-800);\n\n --mollie-pills-background-warning: var(--mollie-yellow-100);\n --mollie-pills-foreground-warning: var(--mollie-yellow-800);\n --mollie-pills-background-positive: var(--mollie-green-100);\n --mollie-pills-foreground-positive: var(--mollie-green-800);\n --mollie-pills-background-neutral: var(--mollie-gray-300);\n --mollie-pills-foreground-neutral: var(--mollie-gray-800);\n --mollie-pills-background-negative: var(--mollie-red-100);\n --mollie-pills-foreground-negative: var(--mollie-red-800);\n --mollie-pills-background-informative: var(--mollie-blue-100);\n --mollie-pills-foreground-informative: var(--mollie-blue-800);\n --mollie-pills-background-callout: var(--mollie-purple-100);\n --mollie-pills-foreground-callout: var(--mollie-purple-600);\n\n /* Backgrounds */\n --color-bg-page: var(--mollie-background-primary);\n --color-bg-page-rgb: var(--mollie-background-primary-rgb);\n\n /* Texts */\n --color-text-default: var(--mollie-primary);\n --color-text-muted: var(--mollie-secondary);\n --color-text-minimum: var(--mollie-secondary);\n --color-text-minimum-hover: var(--mollie-secondary-hover);\n --color-text-minimum-icon: var(--mollie-secondary);\n\n /* Accessories */\n --color-border-default: var(--mollie-border);\n --color-link-primary: var(--mollie-interactive);\n\n /* Inputs */\n --color-input-text: var(--color-text-muted);\n --color-input-background: var(--mollie-background-primary);\n --color-input-border: var(--mollie-border);\n\n /* Markdown */\n --md-code-radius: 10px;\n --md-code-background: var(--mollie-background-tertiary);\n --md-code-tabs: var(--mollie-background-quaternary);\n\n /* Recipes */\n --recipe-button-color: var(--mollie-accent);\n --recipe-button-color-hover: var(--mollie-accent-hover);\n\n /* Flyout */\n --project-color-inverse: var(--mollie-white);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=auto], [data-color-mode=system] {\n /* Mollie colors */\n --mollie-black: #111111;\n --mollie-blue-100: #1b2237;\n --mollie-blue-200: #000f4b;\n --mollie-blue-25: #020718;\n --mollie-blue-300: #001a66;\n --mollie-blue-400: #0f43df;\n --mollie-blue-50: #0e111a;\n --mollie-blue-500: #1047ed;\n --mollie-blue-600: #0f4afc;\n --mollie-blue-700: #6789f1;\n --mollie-blue-75: #020b24;\n --mollie-blue-800: #b3c6ff;\n --mollie-gray-100: #1c1d21;\n --mollie-gray-200: #24252b;\n --mollie-gray-300: #34353e;\n --mollie-gray-400: #484750;\n --mollie-gray-50: #111111;\n --mollie-gray-500: #565560;\n --mollie-gray-600: #9897a4;\n --mollie-gray-700: #bfbfc9;\n --mollie-gray-75: #17181b;\n --mollie-gray-800: #f2f2f2;\n --mollie-green-100: #243924;\n --mollie-green-200: #0f340e;\n --mollie-green-300: #0a4109;\n --mollie-green-400: #0d550c;\n --mollie-green-50: #111d11;\n --mollie-green-500: #2d9c2b;\n --mollie-green-600: #32ad30;\n --mollie-green-700: #5bbd59;\n --mollie-green-800: #addeac;\n --mollie-purple-100: #351344;\n --mollie-purple-500: #cb5af3;\n --mollie-purple-600: #d371f5;\n --mollie-red-100: #3f2126;\n --mollie-red-200: #4c000e;\n --mollie-red-300: #600919;\n --mollie-red-400: #fe1741;\n --mollie-red-50: #231216;\n --mollie-red-500: #ff3358;\n --mollie-red-600: #ff5977;\n --mollie-red-700: #ff8097;\n --mollie-red-800: #ffb3c0;\n --mollie-white: #ffffff;\n --mollie-yellow-100: #322c1f;\n --mollie-yellow-200: #39301b;\n --mollie-yellow-300: #553c03;\n --mollie-yellow-400: #cc9822;\n --mollie-yellow-50: #231f13;\n --mollie-yellow-500: #cc9822;\n --mollie-yellow-600: #e6ab26;\n --mollie-yellow-700: #ffc53f;\n --mollie-yellow-800: #ffd26a;\n \n --mollie-background-primary: var(--mollie-gray-75);\n --mollie-background-primary-rgb: 23, 24, 27;\n --mollie-background-secondary: var(--mollie-gray-100);\n --mollie-background-tertiary: var(--mollie-gray-200);\n --mollie-background-quaternary: var(--mollie-gray-300);\n --mollie-accent: var(--mollie-blue-400);\n --mollie-accent-hover: var(--mollie-blue-500);\n --mollie-interactive: var(--mollie-blue-800);\n --mollie-primary: var(--mollie-white);\n --mollie-secondary: var(--mollie-gray-700);\n --mollie-secondary-hover: var(--mollie-gray-800);\n --mollie-negative: var(--mollie-red-800);\n --mollie-positive: var(--mollie-green-700);\n --mollie-warning: var(--mollie-yellow-700);\n --mollie-neutral: var(--mollie-gray-800);\n --mollie-border: var(--mollie-gray-300);\n \n --mollie-callout-info-background: var(--mollie-blue-50);\n --mollie-callout-info-border: var(--mollie-blue-300);\n --mollie-callout-info-primary: var(--mollie-blue-800);\n --mollie-callout-success-background: var(--mollie-green-50);\n --mollie-callout-success-border: var(--mollie-green-200);\n --mollie-callout-success-primary: var(--mollie-green-800);\n --mollie-callout-warning-background: var(--mollie-yellow-50);\n --mollie-callout-warning-border: var(--mollie-yellow-300);\n --mollie-callout-warning-primary: var(--mollie-yellow-800);\n --mollie-callout-error-background: var(--mollie-red-50);\n --mollie-callout-error-border: var(--mollie-red-200);\n --mollie-callout-error-primary: var(--mollie-red-800);\n \n --mollie-pills-background-warning: var(--mollie-yellow-100);\n --mollie-pills-foreground-warning: var(--mollie-yellow-800);\n --mollie-pills-background-positive: var(--mollie-green-100);\n --mollie-pills-foreground-positive: var(--mollie-green-800);\n --mollie-pills-background-neutral: var(--mollie-gray-300);\n --mollie-pills-foreground-neutral: var(--mollie-gray-800);\n --mollie-pills-background-negative: var(--mollie-red-100);\n --mollie-pills-foreground-negative: var(--mollie-red-800);\n --mollie-pills-background-informative: var(--mollie-blue-100);\n --mollie-pills-foreground-informative: var(--mollie-blue-800);\n --mollie-pills-background-callout: var(--mollie-purple-100);\n --mollie-pills-foreground-callout: var(--mollie-purple-600);\n \n /* Backgrounds */\n --color-bg-page: var(--mollie-background-primary);\n --color-bg-page-rgb: var(--mollie-background-primary-rgb);\n \n /* Texts */\n --color-text-default: var(--mollie-primary);\n --color-text-muted: var(--mollie-secondary);\n --color-text-minimum: var(--mollie-secondary);\n --color-text-minimum-hover: var(--mollie-secondary-hover);\n --color-text-minimum-icon: var(--mollie-secondary);\n \n /* Accessories */\n --color-border-default: var(--mollie-border);\n --color-link-primary: var(--mollie-interactive);\n \n /* Inputs */\n --color-input-text: var(--color-text-muted);\n --color-input-background: var(--mollie-background-primary);\n --color-input-border: var(--mollie-border);\n \n /* Markdown */\n --md-code-radius: 10px;\n --md-code-background: var(--mollie-background-tertiary);\n --md-code-tabs: var(--mollie-background-quaternary);\n \n /* Recipes */\n --recipe-button-color: var(--mollie-accent);\n --recipe-button-color-hover: var(--mollie-accent-hover);\n \n /* Flyout */\n --project-color-inverse: var(--mollie-white);\n }\n}\n\n/************/\n/** LAYOUT **/\n/************/\n\n*:not(\n .APIResponse-action-button,\n .rm-APIMethod,\n [class*=\"ChangelogPost_type\"]\n ) {\n text-transform: unset !important;\n}\n\n.App {\n min-height: 100vh;\n}\n\nmain {\n flex: 1 0 auto;\n display: flex;\n}\n\n.rm-Header {\n position: relative;\n background-color: var(--mollie-background-primary);\n --Header-background: var(--mollie-background-primary);\n --Header-button-color: var(--color-text-default);\n}\n\n.rm-Header-top {\n border-bottom-width: 0;\n}\n\n.rm-Header-left {\n z-index: 99;\n padding-left: 1.75rem;\n}\n\n@media (min-width: 769px) {\n .rm-Header-right {\n position: absolute;\n inset: 0;\n display: grid;\n grid-template-columns: 1fr 146px minmax(auto, calc(var(--container-lg) - 146px)) 1fr;\n }\n\n .rm-Header-bottom {\n padding-right: 2.5rem;\n box-sizing: border-box;\n }\n\n [class*=\"ThemeToggle-wrapper\"]:not([class*=\"ThemeToggle-wrapper-\"]) {\n grid-column-start: 3;\n margin-inline-start: auto;\n }\n}\n\n.rm-Sidebar {\n background: var(--mollie-background-primary);\n margin-top: 0 !important;\n}\n\n.rm-Container:not(.rm-Header-top > *) {\n position: relative;\n}\n\nmain > .rm-Container:has(.rm-Sidebar)::after,\nmain.rm-Container:has(.rm-Sidebar)::after {\n content: \"\";\n position: absolute;\n right: 100%;\n top: 0;\n bottom: 0;\n background: var(--mollie-background-primary);\n width: 100vw;\n}\n\n@media (min-width: 769px) {\n .rm-Header {\n display: grid;\n grid-template-columns: 146px auto;\n align-items: center;\n }\n}\n\n@media (min-width: 1441px) {\n .rm-Header {\n grid-template-columns:\n 1fr 146px minmax(auto, calc(var(--container-lg) - 146px))\n 1fr;\n }\n .rm-Header-top {\n grid-column-start: 2;\n grid-column-end: 2;\n }\n .rm-Header-bottom {\n grid-column-start: 3;\n grid-column-end: 3;\n }\n}\n\n@media (max-width: 414px) {\n .rm-Guides .content-body {\n overflow: unset;\n }\n}\n\n.rm-Header {\n --Header-logo-height: 22px;\n --Header-button-hover: transparent !important;\n --Header-button-color: ;\n}\n\n[data-color-mode=\"dark\"] .rm-Header {\n --Header-border-color: rgba(255, 255, 255, 0.1);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=auto] .rm-Header,\n [data-color-mode=system] .rm-Header {\n --Header-border-color: rgba(255, 255, 255, 0.1);\n }\n}\n\n.rm-Logo-img {\n display: block;\n}\n\n[data-color-mode=\"dark\"] .rm-Logo-img,\n[data-color-mode=\"dark\"] [class*=\"PageNotFound-logo\"] {\n filter: invert(1);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=\"system\"] .rm-Logo-img,\n [data-color-mode=\"system\"] [class*=\"PageNotFound-logo\"],\n [data-color-mode=\"auto\"] .rm-Logo-img,\n [data-color-mode=\"auto\"] [class*=\"PageNotFound-logo\"] {\n filter: invert(1);\n }\n}\n\n.rm-Header-bottom-link {\n font-weight: unset;\n opacity: 1;\n color: var(--color-text-minimum) !important;\n}\n\n.rm-Header-bottom-link:hover,\n.rm-MobileFlyout-item:hover {\n text-decoration: none;\n}\n\n[data-color-mode=\"dark\"] .rm-MobileFlyout-item.active {\n background-color: rgba(255, 255, 255, .07);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=\"system\"] .rm-MobileFlyout-item.active,\n [data-color-mode=\"auto\"] .rm-MobileFlyout-item.active {\n background-color: rgba(255, 255, 255, .07);\n }\n}\n\n.rm-Header-bottom-link.active {\n opacity: 1;\n font-weight: 600;\n color: var(--color-text-default) !important;\n}\n\n.rm-ThemeToggle.Button {\n color: var(--Header-button-color);\n z-index: 1;\n}\n\n.rm-Logo:active,\n.rm-ThemeToggle.Button:active,\n.rm-Header-top-link.Button:active,\n.rm-Header-bottom-link.Button:active {\n border-color: transparent;\n box-shadow: none;\n}\n\n.rm-Header-bottom-link:hover {\n opacity: 0.8;\n}\n\n.rm-Header-bottom-link > i,\n.rm-MobileFlyout-item > i,\n[class*=\"Header-left-nav\"] > i {\n display: none;\n}\n\n.rm-Header-bottom-link > i + * {\n margin: 0 !important;\n}\n\n.rm-Header-search {\n padding-right: 25px;\n}\n\n.rm-SearchToggle,\n[data-color-mode=dark] .ThemeContext_light:not(.ThemeContext_line) .rm-SearchToggle,\n[data-color-mode=dark] .rm-SearchToggle {\n --SearchToggle-bg: var(--mollie-background-tertiary);\n --SearchToggle-color: var(--color-text-minimum);\n height: 28px;\n padding: 0 12px 0 7px;\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=system] .ThemeContext_light:not(.ThemeContext_line) .rm-SearchToggle,\n [data-color-mode=system] .rm-SearchToggle,\n [data-color-mode=auto] .ThemeContext_light:not(.ThemeContext_line) .rm-SearchToggle,\n [data-color-mode=auto] .rm-SearchToggle {\n --SearchToggle-bg: var(--mollie-background-tertiary);\n --SearchToggle-color: var(--color-text-minimum);\n height: 28px;\n padding: 0 12px 0 7px;\n }\n}\n\n.rm-SearchToggle-placeholder {\n font-size: 13px;\n}\n\n.reference-redesign {\n --Sidebar-indent: 20px;\n}\n\n[class*=\"Sidebar-link-buttonWrapper\"] {\n margin-right: 5px;\n}\n\n.reference-redesign .rm-Sidebar.rm-Sidebar {\n --Sidebar-link-hover-background: none;\n --Sidebar-link-background: var(--mollie-background-tertiary);\n --Sidebar-link-color: rgba(0, 0, 0, 0.8);\n padding: 2rem 0.75rem !important;\n}\n\n.reference-redesign .rm-Sidebar-heading {\n font-size: 14px;\n color: var(--color-text-default);\n}\n\n.reference-redesign .rm-Sidebar-item {\n margin-top: 5px;\n}\n\n[data-color-mode=dark] .reference-redesign .rm-Sidebar-link.rm-Sidebar-link {\n color: var(--color-text-muted);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=system] .reference-redesign .rm-Sidebar-link.rm-Sidebar-link,\n [data-color-mode=auto] .reference-redesign .rm-Sidebar-link.rm-Sidebar-link {\n color: var(--color-text-muted);\n }\n}\n\n.reference-redesign .rm-Sidebar-link.active {\n font-weight: 600;\n}\n\n.reference-redesign .rm-Sidebar-link:hover {\n color: unset;\n}\n\n[class*=\"reference-sidebar-mobile-button\"]:not([class*=\"reference-sidebar-mobile-button-\"]) {\n background: var(--mollie-background-secondary);\n}\n\n.App .rm-SuggestedEdits h1,\n.App .rm-SuggestionDiff h1,\n.App .rm-Guides h1,\n.App .rm-Recipes h1,\n.App .rm-Recipes-modal h1,\n.App .rm-ReferenceMain h1,\n.App .rm-Changelog h1,\n.App .rm-Discuss h1,\n.App .rm-CustomPage h1 {\n font-size: 1.7rem !important;\n}\n\n[data-color-mode=dark] .App .rm-SuggestedEdits a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n[data-color-mode=dark] .App .rm-SuggestionDiff a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n[data-color-mode=dark] .App .rm-Guides a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n[data-color-mode=dark] .App .rm-Recipes a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n[data-color-mode=dark] .App .rm-Recipes-modal a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n[data-color-mode=dark] .App .rm-ReferenceMain a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n[data-color-mode=dark] .App .rm-Changelog a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n[data-color-mode=dark] .App .rm-Discuss a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n[data-color-mode=dark] .App .rm-CustomPage a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a) {\n color: var(--mollie-interactive);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=system] .App .rm-SuggestedEdits a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=system] .App .rm-SuggestionDiff a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=system] .App .rm-Guides a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=system] .App .rm-Recipes a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=system] .App .rm-Recipes-modal a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=system] .App .rm-ReferenceMain a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=system] .App .rm-Changelog a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=system] .App .rm-Discuss a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=system] .App .rm-CustomPage a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-SuggestedEdits a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-SuggestionDiff a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-Guides a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-Recipes a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-Recipes-modal a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-ReferenceMain a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-Changelog a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-Discuss a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-CustomPage a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a) {\n color: var(--mollie-interactive);\n }\n}\n\n.App .rm-SuggestedEdits.rm-SuggestedEdits,\n.App .rm-SuggestionDiff.rm-SuggestionDiff,\n.App .rm-Guides.rm-Guides,\n.App .rm-Recipes.rm-Recipes,\n.App .rm-Recipes-modal.rm-Recipes-modal,\n.App .rm-ReferenceMain.rm-ReferenceMain,\n.App .rm-Changelog.rm-Changelog,\n.App .rm-Discuss.rm-Discuss,\n.App .rm-CustomPage.rm-CustomPage {\n --markdown-title-weight: 600;\n --markdown-line-height: 160%;\n --markdown-font-size: 0.875rem;\n --markdown-title-marginTop: 2.5rem;\n --table-edges: var(--color-border-default);\n --table-head: var(--color-bg-page);\n --table-head-text: var(--color-text-muted);\n --table-stripe: var(--color-bg-page);\n --table-text: var(--color-text-default);\n --table-row: var(--color-bg-page);\n --md-code-background: var(--mollie-background-tertiary);\n --md-code-tabs: var(--mollie-background-quaternary);\n --md-code-text: var(--color-text-default);\n}\n\n@media (min-width: 769px) {\n .App .rm-SuggestedEdits .rm-Article,\n .App .rm-SuggestionDiff .rm-Article,\n .App .rm-Guides .rm-Article,\n .App .rm-Recipes .rm-Article,\n .App .rm-Recipes-modal .rm-Article,\n .App .rm-ReferenceMain .rm-Article,\n .App .rm-Changelog .rm-Article,\n .App .rm-Discuss .rm-Article,\n .App .rm-CustomPage .rm-Article {\n padding-inline: 40px;\n }\n}\n\n@media (min-width: 1113px) {\n .App .rm-ReferenceMain .rm-Article,\n .App .rm-Container > .rm-Article {\n padding-right: 0;\n }\n}\n\n.App .rm-ReferenceMain .rm-Article {\n max-width: calc(var(--hub-main-max-width) + 40px);\n}\n\n.App {\n letter-spacing: -0.32px;\n}\n\n.App p,\n.markdown-body table,\n.markdown-body ul,\n.markdown-body ol,\n.markdown-body blockquote {\n letter-spacing: -0.16px;\n}\n\n.App :is(h1, h2, h3) {\n letter-spacing: -0.5px;\n}\n\n.App :is(h1, h2, h3, h4, h5, h6) {\n line-height: 120%;\n}\n\n.excerpt {\n --markdown-text: var(--color-text-muted);\n}\n\na {\n color: var(--mollie-interactive);\n transition: all 0.1s ease-out 0s;\n}\na:hover {\n color: var(--mollie-interactive);\n text-decoration: underline;\n opacity: 0.8;\n}\n\n.ThemeContext_dark .Input_minimal {\n --Input-background: var(--mollie-background-secondary);\n --Input-bg-focus-minimal: var(--mollie-background-secondary);\n color: var(--color-input-text);\n}\n\n.ModalWrapper {\n --color-border-default: rgba(0, 0, 0, 0.1);\n}\n\n/*************/\n/** RECIPES **/\n/*************/\n\n.rm-Recipes .Button {\n --button-font-size: 16px;\n --border-radius: 130px;\n}\n\n.Button_lg {\n height: 48px;\n}\n\n[class*=\"TutorialCard\"]:not([class*=\"TutorialCard-\"]) {\n --TutorialCard-bg: var(--mollie-gray-75);\n --TutorialCard-bg-unpublished: var(--mollie-gray-100);\n --TutorialCard-text-color: var(--color-text-default);\n}\n\n[data-color-mode=\"dark\"] [class*=\"TutorialCard\"]:not([class*=\"TutorialCard-\"]) {\n --TutorialCard-bg: var(--mollie-gray-200);\n --TutorialCard-bg-unpublished: var(--mollie-gray-300);\n --TutorialCard-text-color: var(--color-text-default);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=\"auto\"] [class*=\"TutorialCard\"]:not([class*=\"TutorialCard-\"]),\n [data-color-mode=\"system\"] [class*=\"TutorialCard\"]:not([class*=\"TutorialCard-\"]) {\n --TutorialCard-bg: var(--mollie-gray-200);\n --TutorialCard-bg-unpublished: var(--mollie-gray-300);\n --TutorialCard-text-color: var(--color-text-default);\n }\n}\n\n[class*=\"TutorialHero\"]:not([class*=\"TutorialHero-\"]) {\n --TutorialHero-code-bg: rgb(28, 28, 28);\n}\n\n[class*=\"TutorialHero-Col-Title\"] {\n margin-bottom: 8px;\n}\n\n[class*=\"TutorialHero-Image-TutorialEditor-Nav\"]:has(.Button:only-child) {\n display: none;\n}\n\n[class*=\"TutorialHero-Image-TutorialEditor-Nav\"] > .Button:only-child {\n display: none;\n}\n\n[class*=\"TutorialHero-Image\"] .CodeMirror {\n height: min-content;\n padding: 10px 0;\n max-height: 300px;\n}\n\n[class*=\"TutorialModal-Nav\"]:not([class*=\"TutorialModal-Nav-\"]),\n[class*=\"TutorialModal-Col_steps\"]:not([class*=\"TutorialModal-Col_steps-\"]),\n[class*=\"TutorialModal-Col_review\"]:not([class*=\"TutorialModal-Col_review-\"]),\n.TutorialEditor-Nav,\n.TutorialEditor-Nav ~ *,\n.TutorialEditor-Nav ~ * :is(.CodeMirror, .CodeMirror-gutters) {\n background: rgb(28, 28, 28) !important;\n}\n\n[class*=\"TutorialModal-Col-Wrapper\"]:not(\n [class*=\"TutorialModal-Col-Wrapper-\"]\n ) {\n background: rgb(56, 56, 56) !important;\n}\n\n[class*=\"TutorialModal-Col-Wrapper-Caption\"] {\n color: rgb(228, 228, 228);\n}\n\n[class*=\"TutorialStep-LineNumbers-Tooltip\"] {\n background: var(--color-text-muted);\n}\n\n[class*=\"TutorialModal-Nav\"]:not([class*=\"TutorialModal-Nav-\"]) .Title {\n margin-bottom: 8px;\n}\n\n[class*=\"TutorialStep-LineNumbers\"] Input:not(:disabled):is(:focus, :active) {\n box-shadow: none;\n}\n\n.TutorialEditor-Nav\n+ .CodeEditor:not(.CodeEditor-Input_readonly)\n.CodeMirror-code\n> div:first-child\n.CodeMirror-line\n> span::after {\n background: rgb(28 28 28 / 50%);\n}\n\n[class*=\"TutorialStep\"]:not([class*=\"TutorialStep-\"]) {\n --RecipeStep-bg: white;\n --RecipeStep-bg-hover: #3a3a3a;\n --RecipeStep-bg-closed: #343434;\n\n color: var(--mollie-black);\n}\n\n[class*=\"TutorialStep_close\"]:not([class*=\"TutorialStep_close-\"]) {\n --color-text-default: #fff;\n --color-text-muted: rgba(255, 255, 255, 0.6);\n}\n\n[class*=\"TutorialCard-Status_featured\"] {\n background: var(--mollie-yellow-100);\n color: var(--mollie-yellow-700);\n}\n\n.Button_shale_text {\n --button-icon-offset: 4px;\n color: var(--color-text-muted);\n}\n.Button_shale_text:not(:disabled):hover {\n color: var(--color-text-default);\n}\n[data-color-mode=\"dark\"] .Button_shale_text {\n color: var(--mollie-gray-500);\n}\n[data-color-mode=\"dark\"] .Button_shale_text:not(:disabled):hover {\n color: var(--mollie-black);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=\"system\"] .Button_shale_text,\n [data-color-mode=\"auto\"] .Button_shale_text {\n color: var(--mollie-gray-500);\n }\n [data-color-mode=\"system\"] .Button_shale_text:not(:disabled):hover,\n [data-color-mode=\"auto\"] .Button_shale_text:not(:disabled):hover {\n color: var(--mollie-black);\n }\n}\n\n.rm-Recipes-modal {\n --Modal-bg: transparent;\n}\n\n[class*=\"TutorialTile\"]:not([class*=\"TutorialTile-\"]) {\n background: var(--color-bg-page);\n border: 1px solid var(--color-border-default);\n border-radius: var(--border-radius-lg);\n box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .05), 0 4px 8px 0 rgba(0, 0, 0, .05), 0 1px 0 0 rgba(0, 0, 0, .05);\n}\n\n[class*=\"TutorialTile\"]:not([class*=\"TutorialTile-\"]):hover {\n background: var(--mollie-background-tertiary);\n}\n\n[class*=\"TutorialTile-Body\"]:not([class*=\"TutorialTile-Body-\"]) {\n align-items: center;\n padding: .625rem .75rem;\n}\n\n[class*=\"TutorialTile-Body-Text\"]:not([class*=\"TutorialTile-Body-Text-\"]) {\n gap: 0.25rem;\n}\n\n[class*=\"TutorialTile-Body-Text-Title\"] {\n font-size: .9375rem;\n font-weight: 500;\n line-height: 120%;\n}\n\n[class*=\"TutorialTile-Body-Text-Action\"] {\n font-size: var(--markdown-font-size);\n color: var(--color-text-muted);\n}\n\n/***************/\n/** CHANGELOG **/\n/***************/\n\n[class*=\"ChangelogIcon\"] {\n border-radius: 8px;\n background: var(--mollie-gray-400) !important;\n aspect-ratio: 1 / 1;\n width: 28px;\n padding: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n box-shadow: none;\n}\n\n[class*=\"ChangelogPost_type\"] {\n font-size: 16px;\n font-weight: 600;\n}\n\n[class*=\"ChangelogPost_back\"],\n[class*=\"ChangelogPost_back\"]:hover,\n[class*=\"ChangelogPost_back\"]:active {\n color: var(--mollie-interactive);\n}\n\n[class*=\"ChangelogPost_back\"]:hover,\n[class*=\"ChangelogPost_back\"]:active {\n opacity: .8;\n}\n\n[class*=\"ChangelogPost_text\"]:empty {\n margin-bottom: 0.75rem;\n}\n\n.App .rm-Changelog h1 {\n color: var(--color-text-default);\n}\n\n.App .rm-Changelog h1 a {\n color: inherit;\n}\n\n.rm-Changelog {\n padding-bottom: 2rem;\n}\n\n/************/\n/** TABLES **/\n/************/\n\n.markdown-body .rdmd-table table {\n border-width: 0;\n}\n\n.markdown-body table td,\n.markdown-body table th {\n border-left-width: 0;\n border-right-width: 0;\n padding: 12px;\n}\n\n.markdown-body table td:first-child,\n.markdown-body table th:first-child {\n padding-left: 0;\n}\n\n.markdown-body table td:last-child,\n.markdown-body table th:last-child {\n padding-right: 0;\n}\n\n.markdown-body table th,\n.markdown-body table thead td {\n border-top-width: 0;\n font-size: 0.75rem;\n font-weight: 500;\n letter-spacing: -0.1px;\n}\n\n.markdown-body table tr:last-child td {\n border-bottom-width: 0;\n}\n\n.rdmd-html:has(.test-large-table) + .rdmd-table table td:nth-child(1) {\n width: 25%;\n}\n.rdmd-html:has(.test-large-table) + .rdmd-table table td:nth-child(2) {\n width: 37.5%;\n}\n.rdmd-html:has(.test-large-table) + .rdmd-table table td:nth-child(3) {\n width: 37.5%;\n}\n\n/**************/\n/** CALLOUTS **/\n/**************/\n\n.callout.callout {\n --emoji: 1.125rem;\n --background: var(--mollie-callout-info-background);\n --title: unset;\n --border: var(--mollie-callout-info-border);\n\n border: 0.0625rem solid var(--border);\n padding: 1rem;\n border-radius: 1rem;\n}\n\n.markdown-body > .img:not(.lightbox.open),\n.markdown-body > blockquote,\n.markdown-body > pre,\n.rdmd-table {\n margin-top: 1.5rem;\n margin-bottom: 1.5rem !important;\n}\n\n.callout.callout_info {\n --background: var(--mollie-callout-info-background);\n --title: unset;\n --border: var(--mollie-callout-info-border);\n}\n\n.callout.callout_ok,\n.callout.callout_okay,\n.callout.callout_success {\n --background: var(--mollie-callout-success-background);\n --title: unset;\n --border: var(--mollie-callout-success-border);\n}\n\n.callout.callout_warn,\n.callout.callout_warning {\n --background: var(--mollie-callout-warning-background);\n --title: unset;\n --border: var(--mollie-callout-warning-border);\n}\n\n.callout.callout_err,\n.callout.callout_error {\n --background: var(--mollie-callout-error-background);\n --title: unset;\n --border: var(--mollie-callout-error-border);\n}\n\n.callout.callout > * {\n margin-left: 1.5rem;\n}\n\n.callout.callout .callout-heading {\n font-size: 1em;\n margin-bottom: 0.25rem;\n}\n\n.callout.callout .callout-icon {\n width: var(--emoji);\n margin-left: calc(-1rem - 0.5em);\n}\n\n.callout[theme=\"📘\"] {\n --emoji: unset;\n --icon: \"\\f05a\"; /* https://fontawesome.com/v6/icons/circle-info */\n --icon-color: var(--mollie-callout-info-primary);\n}\n\n.callout[theme=\"❗️\"] {\n --emoji: unset;\n --icon: \"\\f071\"; /* https://fontawesome.com/v6/icons/triangle-exclamation */\n --icon-color: var(--mollie-callout-error-primary);\n}\n\n.callout[theme=\"🚧\"] {\n --emoji: unset;\n --icon: \"\\f06a\"; /* https://fontawesome.com/v6/icons/circle-exclamation */\n --icon-color: var(--mollie-callout-warning-primary);\n}\n\n.callout[theme=\"👍\"] {\n --emoji: unset;\n --icon: \"\\f058\"; /* https://fontawesome.com/v6/icons/circle-check */\n --icon-color: var(--mollie-callout-success-primary);\n}\n\n/*****************/\n/** CREDENTIALS **/\n/*****************/\n\n.callout[theme=\"🔑\"] {\n --emoji: unset;\n --icon: \"\\f023\"; /* https://fontawesome.com/v6/icons/lock */\n --icon-color: var(--color-text-minimum-icon);\n background: none;\n border: 0;\n padding: 0;\n display: flex;\n flex-flow: wrap;\n overflow: hidden;\n font-size: .9em;\n border-radius: 0;\n}\n\n.callout[theme=\"🔑\"] > .callout-heading {\n display: block;\n font-weight: normal;\n font-size: inherit;\n margin-top: 0;\n margin-right: 10px;\n margin-bottom: .4em;\n line-height: 2em;\n color: var(--color-text-minimum);\n white-space: nowrap;\n}\n\n.callout[theme=\"🔑\"] > p {\n margin: 0 10px .4em 0;\n font-size: inherit;\n}\n\n.callout[theme=\"🔑\"] > p > a {\n display: block;\n padding: 0 6px;\n background: var(--mollie-pills-background-callout);\n border-radius: 8px;\n color: var(--mollie-pills-foreground-callout) !important;\n line-height: 2em;\n text-decoration: none;\n white-space: nowrap;\n}\n\n/**********/\n/** MISC **/\n/**********/\n\n.heading .rdmd-code {\n font-size: unset;\n}\n\n.heading .rdmd-code + strong,\n.heading .rdmd-code + em {\n font-size: 0.875rem;\n font-weight: 400;\n font-style: normal;\n color: var(--color-text-minimum);\n}\n\n.heading .rdmd-code + strong + em {\n font-size: 0.875rem;\n font-weight: 400;\n font-style: normal;\n color: var(--mollie-negative);\n}\n\n.heading .rdmd-code + strong + del {\n font-size: 0.875rem;\n font-weight: 400;\n text-decoration: none;\n color: var(--color-text-minimum);\n}\n\n.heading + .heading:has(.rdmd-code) {\n margin-top: 1.5rem;\n}\n\n.heading:has(.rdmd-code) + blockquote {\n border-left-width: 0;\n color: unset;\n}\n\n.fa-anchor::before {\n content: \"\\f292\";\n}\n\n.HTTPStatus-chit {\n border: none;\n box-shadow: none;\n}\n\n.HTTPStatus.HTTPStatus_1 .HTTPStatus-chit {\n background: var(--mollie-neutral);\n}\n\n.HTTPStatus.HTTPStatus_2 .HTTPStatus-chit {\n background: var(--mollie-positive);\n}\n\n.HTTPStatus.HTTPStatus_3 .HTTPStatus-chit {\n background: var(--mollie-warning);\n}\n\n.HTTPStatus.HTTPStatus_5 .HTTPStatus-chit,\n.HTTPStatus.HTTPStatus_4 .HTTPStatus-chit {\n background: var(--mollie-negative);\n}\n\n.markdown-body .lightbox.open::after {\n content: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.24408 2.24414C2.56951 1.9187 3.09715 1.9187 3.42259 2.24414L8 6.82155L12.5774 2.24414C12.9028 1.9187 13.4305 1.9187 13.7559 2.24414C14.0814 2.56958 14.0814 3.09721 13.7559 3.42265L9.17851 8.00006L13.7559 12.5775C14.0814 12.9029 14.0814 13.4305 13.7559 13.756C13.4305 14.0814 12.9028 14.0814 12.5774 13.756L8 9.17857L3.42259 13.756C3.09715 14.0814 2.56951 14.0814 2.24408 13.756C1.91864 13.4305 1.91864 12.9029 2.24408 12.5775L6.82149 8.00006L2.24408 3.42265C1.91864 3.09721 1.91864 2.56958 2.24408 2.24414Z' fill='%23111111'/%3E%3C/svg%3E\");\n}\n\n[class*=\"PaginationControls-link\"]:active [class*=\"PaginationControls-icon\"] {\n color: var(--color-text-minimum-icon);\n}\n\n/*************************/\n/** GET STARTED ACTIONS **/\n/*************************/\n\nul.mollie-actions {\n display: grid;\n grid-template-columns: 1fr;\n gap: 0.5rem;\n margin: 1rem 0 2rem;\n padding: 0;\n}\n\n@media (min-width: 1000px) and (max-width: 1112px) {\n ul.mollie-actions {\n grid-template-columns: 1fr 1fr;\n }\n}\n\n@media (min-width: 1240px) {\n ul.mollie-actions {\n grid-template-columns: 1fr 1fr;\n }\n}\n\nli.mollie-actions-item.mollie-actions-item {\n position: relative;\n z-index: 0;\n background: var(--color-bg-page);\n border: 1px solid var(--color-border-default);\n list-style: none;\n margin: 0;\n display: flex;\n align-items: center;\n gap: 0.5rem;\n border-radius: var(--border-radius-lg);\n padding: 0.5rem 0.75rem;\n box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.05),\n 0px 4px 8px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);\n}\n\n.mollie-actions--filled .mollie-actions-content {\n height: 100%;\n}\n\n.mollie-actions-title {\n font-size: 0.9375rem;\n font-weight: 500;\n}\n\n.mollie-actions-description {\n color: var(--color-text-muted);\n}\n\n.mollie-actions-postfix {\n margin-inline-start: auto;\n}\n\n.mollie-actions-avatar {\n display: block;\n width: 2rem;\n height: 2rem;\n margin-inline-start: -.25rem;\n}\n\n.mollie-actions-icon {\n display: block;\n width: 1rem;\n height: 1rem;\n}\n\n/* Enlarge clickable area */\n.mollie-actions-link:after {\n content: \"\";\n position: absolute;\n inset: 0;\n border-radius: calc(var(--border-radius-lg) - 1.5px);\n}\n\n/* Background hover state for the entire card */\n.mollie-actions-link:before {\n content: \"\";\n position: absolute;\n inset: 0;\n background: var(--mollie-background-tertiary);\n border-radius: calc(var(--border-radius-lg) - 1.5px);\n z-index: -1;\n opacity: 0;\n transition: opacity 125ms cubic-bezier(0.68, 0.6, 0.12, 1.4);\n}\n\n.mollie-actions-link:hover {\n opacity: unset;\n}\n\n.mollie-actions-link:hover:before {\n opacity: 1;\n}\n\n/*******************/\n/** API REFERENCE **/\n/*******************/\n\n.rm-Playground {\n box-shadow: none;\n border-left: var(--border-width) solid var(--color-border-default);\n}\n\n@media (min-width: 1113px) {\n .rm-Playground {\n margin-left: 40px;\n }\n}\n\n.rm-PlaygroundRequest.rm-PlaygroundRequest {\n --APIRequest-bg: var(--mollie-black);\n --APIRequest-border: none;\n --APIRequest-shadow: none;\n --APIRequest-hr: none;\n --APIResponse-hr-shadow: none;\n}\n\n.rm-PlaygroundResponse.rm-PlaygroundResponse {\n --APIResponse-bg: var(--mollie-background-tertiary);\n --APIResponse-border: none;\n --APIResponse-hr: none;\n --APIResponse-hr-shadow: none;\n}\n\n/* Remove useless 'auth' box since we use static API examples */\n[class*=\"Playground-section\"]:has(.rm-APIAuth) {\n display: none;\n}\n.rm-APIAuth {\n display: none;\n}\n\n/* Remove input fields */\n.rm-ParamContainer .field > [class^=\"Param-form\"] {\n display: none;\n}\n\n/* Restrict 'array of objects' to a single object */\n.field-array-of-object [class*=\"Param-expand-button-icon_trash\"],\n.field-array-of-object section + section {\n display: none;\n}\n\n/* Do not display an array of strings */\n.field-array-of-string {\n display: none;\n}\n\n[class*=\"headline-container-article-info\"] + [class*=\"excerpt\"] {\n margin-top: 1rem;\n display: flex;\n flex-direction: column;\n gap: 15px;\n}\n\n[class*=\"headline-container-article-info\"] + [class*=\"excerpt\"]:before,\n[class*=\"headline-container-article-info\"] + [class*=\"excerpt\"]:after {\n display: none;\n}\n\n[class*=\"headline-container-article-info\"] + [class*=\"excerpt\"] > * {\n order: 2;\n margin: 0 !important;\n}\n\n[class*=\"headline-container-article-info\"] + [class*=\"excerpt\"] > .callout[theme=\"🔑\"] {\n order: 1;\n}\n\n[class*=\"headline-container-article-info-url\"] {\n font-family: var(\n --md-code-font,\n SFMono-Regular,\n Consolas,\n Liberation Mono,\n Menlo,\n Courier,\n monospace\n );\n color: var(--color-text-minimum);\n}\n\n[class*=\"APIHeader-url-parameter\"] {\n text-decoration: none;\n cursor: unset;\n}\n\n.field-array-of-object .icon-minus1[class*=\"Param-expand-button-icon\"]:before {\n content: \"\\ea0b\";\n}\n\n[class*=\"headline-container\"]:not([class*=\"headline-container-\"]) {\n margin-bottom: 1rem;\n border-bottom: none;\n padding-bottom: 0;\n font-size: 0.875rem;\n}\n\n.rm-APISectionHeader.rm-APISectionHeader {\n margin: 2.5rem 0 1rem 0;\n height: auto;\n font-size: 1.5em;\n}\n\n.rm-Playground .rm-APISectionHeader {\n margin-top: 1rem;\n}\n\n.rm-APIResponseSchemaPicker .rm-APISectionHeader {\n margin: 1rem 0;\n padding-top: 1rem !important;\n}\n\n.rm-APIResponseSchemaPicker .IconWrapper {\n font-size: 1rem;\n}\n\n[class*=\"APISectionHeader-heading\"]:not([class*=\"APISectionHeader-heading-\"]) {\n font-size: var(--api-section-header-size, 1.3125rem);\n color: unset;\n letter-spacing: -0.5px;\n}\n\n.rm-APISchema {\n padding-bottom: 0;\n margin-bottom: 1.5rem;\n border-bottom: none;\n}\n\n.rm-ParamContainer.rm-ParamContainer {\n --ParamContainer-bg: none;\n --ParamContainer-bg-alt: none;\n\n border-radius: 0;\n border: none;\n}\n\n.rm-ParamContainer p,\n.rm-ParamContainer ol,\n.rm-ParamContainer ul {\n font-size: unset !important;\n line-height: unset !important;\n}\n\n[class*=\"Param\"]:not([class*=\"Param-\"], .rm-ParamContainer) {\n padding: var(--param-padding, 1.5em) 0;\n margin-block: 0;\n margin-inline: 0 !important;\n}\n\n[class*=\"Param_topLevel\"]:not([class*=\"Param_topLevel-\"]) {\n padding: 0;\n margin: 0;\n}\n\n[class*=\"Param_topLevel\"]:not([class*=\"Param_topLevel-\"])\n+ [class*=\"Param_topLevel\"]:not([class*=\"Param_topLevel-\"]) {\n margin-top: 1rem;\n padding-top: 1rem;\n}\n\n[class*=\"Param\"]:not([class*=\"Param-\"]):not([class*=\"Param_\"]):first-child {\n margin-top: 0 !important;\n padding-top: 0;\n}\n\n[class*=\"Param\"]:not([class*=\"Param-\"]):not([class*=\"Param_\"]):last-child {\n margin-bottom: 0 !important;\n padding-bottom: 0;\n}\n\n/* Give sub-objects extra padding. */\nsection[class*=\"Param-expand\"]\n> [class*=\"Param-children\"]:not([class*=\"Param-children-\"]),\nsection[class*=\"Param-expand\"] > [class*=\"Param_topLevel\"] {\n --param-padding: 1rem;\n\n padding: 1rem;\n}\n\n[class*=\"Param-description\"]:not([class*=\"Param-description-\"]) {\n margin-top: 0.875rem;\n}\n\n[class*=\"Param\"]:not([class*=\"Param-\"])\n[class*=\"Collapsed\"]:not([class*=\"Collapsed-\"])\n[class*=\"Param-header\"]:not([class*=\"Param-header-\"]),\n[class*=\"Param\"]:not([class*=\"Param-\"])\n[class*=\"Collapsed\"]:not([class*=\"Collapsed-\"])\n[class*=\"Param-description\"]:not([class*=\"Param-description-\"]) {\n margin-left: 0;\n margin-right: 0;\n}\n\n[class*=\"Param-name\"]:not([class*=\"Param-name-\"]) {\n font-size: 0.875rem;\n background-color: var(--md-code-background);\n color: var(--md-code-text);\n font-family: var(\n --md-code-font,\n SFMono-Regular,\n Consolas,\n Liberation Mono,\n Menlo,\n Courier,\n monospace\n );\n padding: 0.2em 0.4em;\n}\n\n[class*=\"Param-type\"]:not([class*=\"Param-type-\"]),\n[class*=\"Param-required\"]:not([class*=\"Param-required-\"]) {\n font-size: 0.875rem;\n}\n\n[class*=\"Param-required\"]:not([class*=\"Param-required-\"]) {\n color: var(--mollie-negative);\n}\n\n.rm-APIResponseSchemaPicker\n[class*=\"Param-required\"]:not([class*=\"Param-required-\"]) {\n display: none;\n}\n\n[class*=\"Param-expand\"]:not([class*=\"Param-expand-\"]) {\n margin-top: 1rem;\n border-radius: 0.5rem;\n border-color: var(--mollie-gray-400);\n width: max-content;\n max-width: 100%;\n}\n\n[class*=\"Param-expand_expanded\"]:not([class*=\"Param-expand_expanded-\"]) {\n width: auto;\n}\n\n[class*=\"Param-expand-button\"]:not([class*=\"Param-expand-button-\"]) {\n border-radius: 0.5rem;\n font-size: 0.875rem;\n font-weight: 500;\n padding-block: 20px;\n padding-inline: 15px;\n box-shadow: none;\n}\n\n/* Hide regular 'show properties' button text */\n[class*=\"Param-expand-button\"]:not([class*=\"Param-expand-button-\"])\n> div:first-child {\n font-size: 0;\n color: var(--color-text-default);\n}\n\n/* Replace the text with something custom */\n[class*=\"Param-expand-button\"]:not([class*=\"Param-expand-button-\"])\n> div:first-child::after {\n display: block;\n font-size: 0.875rem;\n content: \"Show child parameters\";\n}\n\n[class*=\"Param-expand-button\"][class*=\"Param-expand-button_expanded\"]:not(\n [class*=\"Param-expand-button-\"]\n )\n> div:first-child::after {\n content: \"Hide child parameters\";\n}\n\n/* Readme renders an 'add more params' interactive button for empty objects. We do not use it */\nsection[class*=\"ParamAdditional\"]::after {\n display: block;\n content: \"Has additional fields\";\n font-weight: bold;\n font-size: 12px;\n}\n\nsection[class*=\"ParamAdditional\"] button[class*=\"Param-expand-button\"],\nsection[class*=\"Param-multischema\"] section[class*=\"Param-expand\"] + section[class*=\"Param-expand\"] {\n display: none;\n}\n\n[class*=\"Param-expand-button_expanded\"]:not(\n [class*=\"Param-expand-button_expanded-\"]\n ),\n[class*=\"Param-expand-button_expanded\"]:not(\n [class*=\"Param-expand-button_expanded-\"]\n ):hover {\n border-radius: 0.5rem 0.5rem 0 0;\n}\n\n[class*=\"Param-expand-button\"]:not([class*=\"Param-expand-button-\"]):hover {\n background: var(--mollie-gray-100);\n}\n\n[class*=\"Param-expand-button\"]:not([class*=\"Param-expand-button-\"])\n+ [class*=\"Param-children\"]:not([class*=\"Param-children-\"]),\n[class*=\"Param-expand-button\"]:not([class*=\"Param-expand-button-\"])\n+ [class*=\"Param_topLevel\"]:not([class*=\"Param_topLevel-\"]) {\n border-top-color: var(--mollie-gray-400);\n}\n\n.rm-APIResponseSchemaPicker {\n --APIResponseSchemaPicker-bg: var(--mollie-gray-75);\n --APIResponseSchemaPicker-bg-alt: var(--mollie-gray-75);\n --APIResponseSchemaPicker-bg-hover: var(--mollie-gray-100);\n --APIResponseSchemaPicker-border: none;\n\n --api-section-header-size: 1rem;\n --md-code-background: var(--mollie-background-quaternary);\n --param-padding: 1rem;\n}\n\n[data-color-mode=dark] .rm-APIResponseSchemaPicker {\n --APIResponseSchemaPicker-bg: var(--mollie-gray-200);\n --APIResponseSchemaPicker-bg-alt: var(--mollie-gray-200);\n --APIResponseSchemaPicker-bg-hover: var(--mollie-gray-300);\n --APIResponseSchemaPicker-border: none;\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=system] .rm-APIResponseSchemaPicker,\n [data-color-mode=auto] .rm-APIResponseSchemaPicker {\n --APIResponseSchemaPicker-bg: var(--mollie-gray-200);\n --APIResponseSchemaPicker-bg-alt: var(--mollie-gray-200);\n --APIResponseSchemaPicker-bg-hover: var(--mollie-gray-300);\n --APIResponseSchemaPicker-border: none;\n }\n}\n\n[class*=\"SchemaItems\"]:not([class*=\"SchemaItems-\"]) {\n padding: 0 1rem 1rem;\n}\n\n[class*=\"APIResponseSchemaPicker-option\"]:not(\n [class*=\"APIResponseSchemaPicker-option-\"]\n ):not(:first-child) {\n border-top: 1px solid var(--color-border-default);\n}\n\n[class*=\"APIResponseSchemaPicker-option-toggle\"] {\n position: relative;\n padding: 1rem;\n}\n\n[class*=\"APIResponseSchemaPicker-option-toggle\"].active:after {\n content: \"\";\n position: absolute;\n height: 1px;\n left: 1rem;\n right: 1rem;\n bottom: 1px;\n background: var(--color-border-default);\n}\n\n[class*=\"APIResponseSchemaPicker-label\"]:not(\n [class*=\"APIResponseSchemaPicker-label-\"]\n ) {\n font-size: 0.875rem;\n}\n\n[class*=\"APIResponseSchemaPicker-description\"]:not(\n [class*=\"APIResponseSchemaPicker-description-\"]\n ) {\n font-size: 14px;\n color: var(--color-text-muted);\n}\n\n.rm-LanguagePicker {\n --border-radius-lg: 0.5rem;\n}\n\n.rm-LanguagePicker .Dropdown {\n display: none;\n}\n\n.rm-LanguageButton {\n flex: 1 0 auto;\n}\n\n.rm-PlaygroundResponse {\n margin-top: 1rem;\n}\n\n[class*=\"APIRequest-header\"]:not([class*=\"APIRequest-header-\"]),\n[class*=\"APIResponse-header\"]:not([class*=\"APIResponse-header-\"]) {\n font-size: 0.875rem;\n}\n\n[class*=\"APIResponse-header-tab\"] {\n font-size: 0;\n}\n\n[class*=\"APIResponse-header-tab\"]:before {\n font-size: 0.875rem;\n content: \"Response\";\n}\n\n[class*=\"Main-QuickNav-container\"]:not([class*=\"Main-QuickNav-container-\"]) {\n display: none;\n}\n\n[class*=\"QuickNav-button\"]:not([class*=\"QuickNav-button-\"]) {\n --QuickNav-key-bg: var(--mollie-background-secondary);\n}\n\n.rm-Guides #content-head {\n border-bottom: none;\n padding-bottom: 0;\n}\n\n.rm-Guides .content-body,\n.rm-Guides .content-toc {\n padding-top: 0;\n margin-top: 1rem;\n}\n\n.rm-ReferenceMain .content-body {\n width: var(--hub-main-max-width);\n max-width: 100%;\n}\n\n.rm-Guides .content-toc {\n margin-top: -3.90625rem;\n padding-top: 2rem;\n max-height: calc(100vh - 4rem);\n}\n\n[class*=\"Playground-section\"]:not([class*=\"Playground-section-\"]) {\n padding-inline: 24px;\n}\n\n.rm-Guides a.suggestEdits {\n position: fixed;\n bottom: 1rem;\n right: 1rem;\n z-index: 999;\n padding: 0.625rem 0.75rem;\n background: var(--mollie-gray-200);\n color: var(--color-text-default);\n border-radius: 9999em;\n font-size: 0.875rem;\n font-weight: 500;\n}\n\n.rm-Guides a.suggestEdits:hover {\n color: var(--color-text-default);\n background: var(--mollie-gray-300);\n}\n\n.rm-Guides a.suggestEdits > i {\n display: none;\n}\n\n[data-testid=\"inactive-banner\"] {\n display: none;\n}\n\n.content-toc {\n padding-top: 2rem;\n}\n\n.content-toc .tocHeader .icon {\n opacity: 0;\n}\n\n.PageThumbs-helpful {\n color: var(--color-text-muted);\n}\n\n.Button_secondary_text {\n color: var(--color-text-muted);\n}\n\n.DateLine {\n color: var(--color-text-muted);\n}\n\n.DateLine .icon {\n display: none;\n}\n\n.rm-APIMethod {\n display: inline-flex;\n align-items: center;\n gap: 0.25rem;\n padding: 0 0.375rem;\n border-radius: 999em;\n line-height: 1rem;\n font-size: 0.625rem;\n font-weight: 500;\n vertical-align: middle;\n max-width: fit-content;\n white-space: nowrap;\n width: auto;\n text-shadow: none;\n box-shadow: none;\n background: var(--mollie-pills-background-neutral);\n color: var(--mollie-pills-foreground-neutral);\n}\n\n.APIMethod_post {\n background: var(--mollie-pills-background-informative);\n color: var(--mollie-pills-foreground-informative);\n}\n\n.APIMethod_get {\n background: var(--mollie-pills-background-positive);\n color: var(--mollie-pills-foreground-positive);\n}\n\n.APIMethod_delete {\n background: var(--mollie-pills-background-negative);\n color: var(--mollie-pills-foreground-negative);\n}\n\n[class*=\"APIRequest-footer-toggle-button\"],\n[class*=\"APIRequest-footer-toggle-button\"]:not(.disabled):hover {\n color: var(--mollie-neutral);\n}\n\n.rm-Tooltip {\n border-width: 0;\n}\n\n/************/\n/** FOOTER **/\n/************/\n\nfooter:has(.mollie-discord) {\n box-sizing: border-box;\n position: relative;\n max-width: var(--container-lg);\n padding: 0 var(--hub-toc-width) 0 var(--hub-sidebar-width);\n line-height: 110%;\n margin: 0 auto;\n width: 100vw;\n}\n\n.inactive + footer {\n display: none;\n}\n\nbody:has(.rm-Guides, .rm-ReferenceMain) footer:has(.mollie-discord) {\n padding: 0 calc(var(--hub-toc-width) - 40px) 0 var(--hub-sidebar-width);\n}\n\n@media (min-width: 769px) {\n body:has(.rm-Playground) footer:has(.mollie-discord) {\n padding: 0 var(--hub-playground-width) 0 var(--hub-sidebar-width);\n }\n}\n\n@media (max-width: 1112px) {\n body:not(:has(.rm-Guides)) footer:has(.mollie-discord) {\n padding-left: 0 !important;\n }\n body:not(:has(.rm-Playground)) footer:has(.mollie-discord) {\n padding-right: 0 !important;\n }\n}\n\n@media (max-width: 768px) {\n footer:has(.mollie-discord) {\n padding-left: 0 !important;\n }\n\n .mollie-discord-wrapper {\n min-height: 2rem;\n }\n}\n\n.mollie-discord-wrapper {\n position: relative;\n}\n\nbody:has(.rm-Guides, .rm-ReferenceMain) .mollie-discord-wrapper {\n max-width: 880px;\n}\n\nbody:has(#ssr-main:not(:empty)) .mollie-discord {\n position: absolute;\n bottom: 1rem;\n left: 50%;\n transform: translateX(-50%);\n font-size: 12px;\n text-align: center;\n width: max-content;\n max-width: 100%;\n padding: 0 2rem 1rem;\n box-sizing: border-box;\n}\n\n/************/\n/** SEARCH **/\n/************/\n\n[class*=\"AlgoliaSearch\"]:not([class*=\"AlgoliaSearch-\"]) {\n --AlgoliaSearch-background: var(--mollie-background-primary);\n}\n\n@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {\n [class*=\"AlgoliaSearch\"]:not([class*=\"AlgoliaSearch-\"]) {\n --AlgoliaSearch-background: var(--mollie-background-primary-rgb);\n }\n}\n\n[data-color-mode=\"dark\"] #hub-search-results .modal-backdrop {\n background: rgba(255, 255, 255, .1);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=\"system\"] #hub-search-results .modal-backdrop,\n [data-color-mode=\"auto\"] #hub-search-results .modal-backdrop {\n background: rgba(255, 255, 255, .1);\n }\n}\n\n.ChangelogPost_date39xQGaRNf7jP {\n margin-top: 8px !important;\n}\n\n/**********************************************************************************************************************/\n/** DO NOT EDIT THIS CSS FILE MANUALLY. README DOES NOT OFFER VERSION CONTROL FOR CUSTOM CSS. WE USE GITLAB INSTEAD. **/\n/** Just open a merge request in GitLab. After merging the change to `master`, copy-paste the file here. **/\n/**********************************************************************************************************************/","stylesheet_hub3":"","javascript":"","javascript_hub2":"","html_promo":"","html_body":"","html_footer":"
","html_head":"
\n
\n
","html_footer_meta":"
","html_hidelinks":false,"showVersion":false,"hideTableOfContents":false,"nextStepsLabel":"","promos":[{"extras":{"type":"buttons","buttonPrimary":"get-started","buttonSecondary":"changelog"},"title":"The Mollie Developer Hub","text":"Welcome to the Mollie developer hub. You'll find comprehensive guides and documentation to help you start working with Mollie as quickly as possible, as well as support if you get stuck. Let's jump right in!","_id":"64edc74247c1d3000c0ca42f"}],"allowApiExplorerJsonEditor":false,"changelog":{"layoutExpanded":false,"showAuthor":false,"showExactDate":false},"ai_dropdown":"enabled","ai_options":{"chatgpt":"enabled","claude":"enabled","clipboard":"enabled","view_as_markdown":"enabled","copilot":"enabled","perplexity":"enabled"},"showPageIcons":true,"layout":{"full_width":false,"style":"classic"}},"custom_domain":"docs.mollie.com","childrenProjects":[],"derivedPlan":"business2018","description":"Easily integrate online and point-of-sale payments into your platform with our ready-made plugins or create a custom solution using the Mollie API. Start building with Mollie today.","isExternalSnippetActive":false,"error404":"page-not-found","experiments":[],"first_page":"docs","flags":{"git":{"read":false,"write":false},"allowApiExplorerJsonEditor":false,"allowReusableOTPs":false,"alwaysShowDocPublishStatus":false,"allowXFrame":false,"apiV2":false,"correctnewlines":false,"customBlocks":false,"dashReact":false,"disablePasswordlessLogin":false,"directGoogleToStableVersion":false,"disableAnonForum":false,"disableAutoTranslate":false,"enterprise":false,"graphql":false,"migrationRun":false,"migrationSwaggerRun":false,"newEditor":true,"newEditorDash":true,"newMarkdownBetaProgram":true,"newSearch":true,"oauth":false,"oldMarkdown":false,"owlbotAi":false,"rdmdCompatibilityMode":false,"reviewWorkflow":true,"singleProjectEnterprise":false,"speedyRender":false,"staging":false,"star":false,"superHub":true,"superHubBeta":false,"swagger":false,"translation":false,"useReactApp":true,"useReactGLP":true,"allowUnsafeCustomHtmlSuggestionsFromNonAdmins":false,"apiAccessRevoked":false,"billingRedesignEnabled":true,"developerPortal":false,"disableSAMLScoping":false,"disableSignups":false,"mdx":true,"passwordlessLogin":"default","superHubDevelopment":false,"annualBillingEnabled":true,"devDashBillingRedesignEnabled":false,"enableOidc":false,"customComponents":false,"disableDiscussionSpamRecaptchaBypass":false,"developerViewUsersData":false,"changelogRssAlwaysPublic":false,"bidiSync":true,"superHubMigrationSelfServeFlow":true,"apiDesigner":false,"hideEnforceSSO":false,"localLLM":false,"superHubManageVersions":false,"gitSidebar":false,"superHubGlobalCustomBlocks":false,"childManagedBidi":false,"superHubBranches":false,"externalSdkSnippets":false,"requiresJQuery":false,"migrationPreview":false,"superHubPreview":false,"superHubBranchReviews":false,"superHubMergePermissions":false},"fullBaseUrl":"https://docs.mollie.com/","git":{"migration":{"createRepository":{"start":"2025-05-20T14:39:50.824Z","end":"2025-05-20T14:39:51.324Z","status":"successful"},"transformation":{"end":"2025-05-20T14:39:51.818Z","start":"2025-05-20T14:39:51.510Z","status":"successful"},"migratingPages":{"end":"2025-05-20T14:39:53.344Z","start":"2025-05-20T14:39:52.231Z","status":"successful"},"enableSuperhub":{"start":"2025-05-20T14:50:38.827Z","status":"successful","end":"2025-05-20T14:50:38.827Z"}},"sync":{"linked_repository":{},"installationRequest":{},"connections":[],"providers":[]}},"glossaryTerms":[{"_id":"64edc74247c1d3000c0ca42e","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"}],"graphqlSchema":"","gracePeriod":{"enabled":false,"endsAt":null},"shouldGateDash":false,"healthCheck":{"provider":"manual","settings":{"page":"","status":true,"url":"https://status.mollie.com/"}},"intercom_secure_emailonly":false,"intercom":"","is_active":true,"integrations":{"login":{}},"internal":"","jwtExpirationTime":0,"landing_bottom":[{"type":"docs","alignment":"left","pageType":"Documentation"},{"type":"docs","alignment":"left","pageType":"Documentation"},{"type":"docs","alignment":"left","pageType":"Documentation"}],"mdxMigrationStatus":"rdmd","metrics":{"monthlyLimit":0,"thumbsEnabled":true,"monthlyPurchaseLimit":0,"meteredBilling":{}},"modules":{"landing":false,"docs":true,"examples":true,"reference":true,"graphql":false,"changelog":true,"discuss":false,"suggested_edits":true,"logs":false,"custompages":false,"tutorials":false},"name":"Mollie Documentation","nav_names":{"docs":"Guides","reference":"API Reference","changelog":"Changelog","discuss":"","recipes":"Walkthroughs","tutorials":""},"oauth_url":"","onboardingCompleted":{"api":true,"appearance":true,"documentation":true,"domain":true,"jwt":false,"logs":false,"metricsSDK":false},"owlbot":{"enabled":false,"isPaying":false,"customization":{"answerLength":"long","customTone":"","defaultAnswer":"","forbiddenWords":"","tone":"neutral"},"copilot":{"enabled":false,"hasBeenUsed":false,"installedCustomPage":""}},"owner":{"id":null,"email":null,"name":null},"plan":"business2018","planOverride":"","planSchedule":{"stripeScheduleId":null,"changeDate":null,"nextPlan":null},"planStatus":"active","planTrial":"business2018","readmeScore":{"components":{"newDesign":{"enabled":true,"points":25},"reference":{"enabled":true,"points":50},"tryItNow":{"enabled":true,"points":35},"syncingOAS":{"enabled":true,"points":10},"customLogin":{"enabled":false,"points":25},"metrics":{"enabled":false,"points":40},"recipes":{"enabled":false,"points":15},"pageVoting":{"enabled":true,"points":1},"suggestedEdits":{"enabled":true,"points":10},"support":{"enabled":false,"points":5},"htmlLanding":{"enabled":false,"points":5},"guides":{"enabled":true,"points":10},"changelog":{"enabled":true,"points":5},"glossary":{"enabled":false,"points":1},"variables":{"enabled":true,"points":1},"integrations":{"enabled":true,"points":2}},"totalScore":149},"reCaptchaSiteKey":"","reference":{"alwaysUseDefaults":false,"defaultExpandResponseExample":true,"defaultExpandResponseSchema":true,"enableOAuthFlows":true},"seo":{"overwrite_title_tag":true},"stable":{"_id":"64edc74247c1d3000c0ca433","version":"1.0","version_clean":"1.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64edc74247c1d3000c0ca435","64edc74247c1d3000c0ca435","64edc74247c1d3000c0ca437","64edc74247c1d3000c0ca440","64edc9ec39015f007afec6c2","662a4974bfb85d0012d1fc70","662a49769fde380051698bea","662a49769fde380051698beb","662a49777055770050317788","662a49777055770050317789","662a49a048613f00374b92dd","662a49e5c43a2000578e0aee","662cf3d7aa2b7000758bd79b","662e3db5e816e200511c310d","662e5882ceb83e003c8b3ee0","66472821f403ac0010d9aa44","66476bbcb8ac3c002b526234","66476c09fa113a00110c5bd9","66477bdd202f8f006b120d2a","66487bb00a993c005a7123c0","6649f6364a85e80012e8e974","6649f966c36e6e003232dc9b","664b0f29236e0c0058d568ff","664b11cac0665b0030cc8e3a","665a458d937b7b00226a25d4","6660cfce68c038003786e3c1","6660d388576121006f4fc80f","6662d3e9dab80f0011f32883","6662d40d2ab82e004f85fd7e","666339be60952f0031f18b03","666339e43cabdf00388dfce9","66633a02399c88002bacc55a","66633a0c3cabdf00388dfd0d","66633a1769b7bd0030e08781","66633a5d8b0688006f75cd92","66633af8a4d6b5002deef8f8","66633b28794f8c005bc6a060","666380cfda9518005ac86c2d","6663810c14fd9600591d6dc2","668d493e0e0f44007241b6a0","668e5a67746fac002e57c53e"],"project":"64edc74247c1d3000c0ca42d","releaseDate":"2023-08-29T10:24:02.371Z","createdAt":"2023-08-29T10:24:02.391Z","updatedAt":"2025-07-18T09:11:30.950Z","__v":169,"apiRegistries":[{"filename":"accepting-payments.json","uuid":"54u4dqzmd8ln4xk"},{"filename":"receiving-orders.json","uuid":"54u4ftcmd8ln4sw"},{"filename":"recurring.json","uuid":"1diwgtgrmd7ci4kz"},{"filename":"mollie-connect.json","uuid":"1diwgw17md7ci84q"},{"filename":"business-operations.json","uuid":"54u4fetmd8lmhk0"},{"filename":"revenue-collection.json","uuid":"54u4fetmd8lnrq1"}],"pdfStatus":"","source":"readme"},"subdomain":"molapi","subpath":"","superHubWaitlist":true,"topnav":{"left":[],"right":[],"bottom":[{"type":"url","text":"Support","url":"https://help.mollie.com/hc/en-us"}],"edited":true},"trial":{"trialDeadlineEnabled":true,"trialEndsAt":"2024-06-19T14:06:24.395Z"},"translate":{"provider":"transifex","show_widget":false,"key_public":"","org_name":"","project_name":"","languages":[]},"url":"https://www.mollie.com","versions":[{"_id":"64edc74247c1d3000c0ca433","version":"1.0","version_clean":"1.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64edc74247c1d3000c0ca435","64edc74247c1d3000c0ca435","64edc74247c1d3000c0ca437","64edc74247c1d3000c0ca440","64edc9ec39015f007afec6c2","662a4974bfb85d0012d1fc70","662a49769fde380051698bea","662a49769fde380051698beb","662a49777055770050317788","662a49777055770050317789","662a49a048613f00374b92dd","662a49e5c43a2000578e0aee","662cf3d7aa2b7000758bd79b","662e3db5e816e200511c310d","662e5882ceb83e003c8b3ee0","66472821f403ac0010d9aa44","66476bbcb8ac3c002b526234","66476c09fa113a00110c5bd9","66477bdd202f8f006b120d2a","66487bb00a993c005a7123c0","6649f6364a85e80012e8e974","6649f966c36e6e003232dc9b","664b0f29236e0c0058d568ff","664b11cac0665b0030cc8e3a","665a458d937b7b00226a25d4","6660cfce68c038003786e3c1","6660d388576121006f4fc80f","6662d3e9dab80f0011f32883","6662d40d2ab82e004f85fd7e","666339be60952f0031f18b03","666339e43cabdf00388dfce9","66633a02399c88002bacc55a","66633a0c3cabdf00388dfd0d","66633a1769b7bd0030e08781","66633a5d8b0688006f75cd92","66633af8a4d6b5002deef8f8","66633b28794f8c005bc6a060","666380cfda9518005ac86c2d","6663810c14fd9600591d6dc2","668d493e0e0f44007241b6a0","668e5a67746fac002e57c53e"],"project":"64edc74247c1d3000c0ca42d","releaseDate":"2023-08-29T10:24:02.371Z","createdAt":"2023-08-29T10:24:02.391Z","updatedAt":"2025-07-18T09:11:30.950Z","__v":169,"apiRegistries":[{"filename":"accepting-payments.json","uuid":"54u4dqzmd8ln4xk"},{"filename":"receiving-orders.json","uuid":"54u4ftcmd8ln4sw"},{"filename":"recurring.json","uuid":"1diwgtgrmd7ci4kz"},{"filename":"mollie-connect.json","uuid":"1diwgw17md7ci84q"},{"filename":"business-operations.json","uuid":"54u4fetmd8lmhk0"},{"filename":"revenue-collection.json","uuid":"54u4fetmd8lnrq1"}],"pdfStatus":"","source":"readme"}],"variableDefaults":[{"source":"","type":"","_id":"67cef25ca22ac8003037b064","name":"Dashboard","default":"Web app"},{"source":"security","type":"http","_id":"682b3bc7f8791a003f6ff715","name":"apiKey","scheme":"bearer","default":"live_dHar4XY7LxsDOtmnkVtjNVWXLSlXsM","apiSetting":"6663810c14fd9600591d6dc0"},{"source":"security","type":"oauth2","_id":"682b3bc7f8791a003f6ff714","name":"oAuth","apiSetting":"6663810c14fd9600591d6dc0"}],"webhookEnabled":false,"isHubEditable":true},"projectStore":{"data":{"allow_crawlers":"disabled","canonical_url":null,"default_version":{"name":"1.0"},"description":"Easily integrate online and point-of-sale payments into your platform with our ready-made plugins or create a custom solution using the Mollie API. Start building with Mollie today.","glossary":[{"_id":"64edc74247c1d3000c0ca42e","term":"parliament","definition":"Owls are generally solitary, but when seen together the group is called a 'parliament'!"}],"homepage_url":"https://www.mollie.com","id":"64edc74247c1d3000c0ca42d","name":"Mollie Documentation","parent":null,"redirects":[],"sitemap":"disabled","llms_txt":"disabled","subdomain":"molapi","suggested_edits":"enabled","uri":"/projects/me","variable_defaults":[{"name":"Dashboard","default":"Web app","source":"","type":"","id":"67cef25ca22ac8003037b064"},{"name":"apiKey","default":"live_dHar4XY7LxsDOtmnkVtjNVWXLSlXsM","scheme":"bearer","source":"security","type":"http","id":"682b3bc7f8791a003f6ff715"},{"name":"oAuth","source":"security","type":"oauth2","id":"682b3bc7f8791a003f6ff714"}],"webhooks":[],"api_designer":{"allow_editing":"enabled"},"custom_login":{"login_url":null,"logout_url":null},"features":{"mdx":"enabled"},"mcp":{},"onboarding_completed":{"api":true,"appearance":true,"documentation":true,"domain":true,"jwt":false,"logs":false,"metricsSDK":false},"pages":{"not_found":"/branches/stable/custom_pages/page-not-found"},"privacy":{"openapi":"admin","password":null,"view":"public"},"refactored":{"status":"enabled","migrated":"successful"},"seo":{"overwrite_title_tag":"enabled"},"plan":{"type":"business2018","grace_period":{"enabled":false,"end_date":null},"trial":{"expired":false,"end_date":"2024-06-19T14:06:24.395Z"}},"reference":{"api_sdk_snippets":"disabled","defaults":"use_only_if_required","json_editor":"disabled","oauth_flows":"enabled","request_history":"disabled","response_examples":"expanded","response_schemas":"expanded","sdk_snippets":{"external":"disabled"}},"health_check":{"provider":"manual","settings":{"manual":{"status":"up","url":"https://status.mollie.com/"},"statuspage":{"id":null}}},"integrations":{"aws":{"readme_webhook_login":{"region":null,"external_id":null,"role_arn":null,"usage_plan_id":null}},"bing":{"verify":null},"google":{"analytics":null,"site_verification":null},"heap":{"id":null},"koala":{"key":null},"localize":{"key":null},"postman":{"key":null,"client_id":null,"client_secret":null},"recaptcha":{"site_key":null,"secret_key":null},"segment":{"key":null,"domain":null},"speakeasy":{"key":null,"spec_url":null},"stainless":{"key":null,"name":null},"typekit":{"key":null},"zendesk":{"subdomain":null},"intercom":{"app_id":null,"secure_mode":{"key":null,"email_only":false}}},"permissions":{"appearance":{"private_label":"enabled","custom_code":{"css":"enabled","html":"enabled","js":"disabled"}},"branches":{"merge":{"admin":true}}},"appearance":{"brand":{"primary_color":"#ffffff","link_color":"#0040ff","theme":"system"},"changelog":{"layout":"collapsed","show_author":false,"show_exact_date":false},"layout":{"full_width":"disabled","style":"classic"},"markdown":{"callouts":{"icon_font":"fontawesome"}},"table_of_contents":"enabled","whats_next_label":null,"footer":{"readme_logo":"hide"},"logo":{"size":"default","dark_mode":{"uri":null,"url":"https://files.readme.io/88ce75b-Mollie_dev_1.svg","name":"88ce75b-Mollie_dev_1.svg","width":83,"height":23,"color":"#111111","links":{"original_url":null}},"main":{"uri":null,"url":"https://files.readme.io/c4729a2-Mollie-Logo-Black-2023-Clearspace.svg","name":"c4729a2-Mollie-Logo-Black-2023-Clearspace.svg","width":300,"height":145,"color":"#000000","links":{"original_url":null}},"favicon":{"uri":null,"url":"https://files.readme.io/08b4ecf-favicon.ico","name":"08b4ecf-favicon.ico","width":48,"height":48,"color":"#000000","links":{"original_url":null}}},"custom_code":{"css":"/**********************************************************************************************************************/\n/** DO NOT EDIT THIS CSS FILE MANUALLY. README DOES NOT OFFER VERSION CONTROL FOR CUSTOM CSS. WE USE GITLAB INSTEAD. **/\n/** Just open a merge request in GitLab. After merging the change to `master`, copy-paste the file here. **/\n/**********************************************************************************************************************/\n\n/************/\n/** THEME VARIABLES **/\n/************/\n\n:root {\n /* Mollie colors */\n --mollie-black: #111111;\n --mollie-blue-100: #ccd9ff;\n --mollie-blue-200: #b4c6fa;\n --mollie-blue-25: #f5f7ff;\n --mollie-blue-300: #99b3ff;\n --mollie-blue-400: #3366ff;\n --mollie-blue-50: #e6ecff;\n --mollie-blue-500: #0040ff;\n --mollie-blue-600: #003ae6;\n --mollie-blue-700: #0033cc;\n --mollie-blue-75: #d9e2ff;\n --mollie-blue-800: #002699;\n --mollie-gray-100: #ececf0;\n --mollie-gray-200: #e3e4ea;\n --mollie-gray-300: #d2d3dd;\n --mollie-gray-400: #aeb1c2;\n --mollie-gray-50: #f9fafb;\n --mollie-gray-500: #a0a3b2;\n --mollie-gray-600: #71737e;\n --mollie-gray-700: #5a5c65;\n --mollie-gray-75: #f5f6f8;\n --mollie-gray-800: #46474e;\n --mollie-green-100: #ebf7ea;\n --mollie-green-200: #c2e6c1;\n --mollie-green-300: #9ed99c;\n --mollie-green-400: #75cc72;\n --mollie-green-50: #f5fbf5;\n --mollie-green-500: #32ad30;\n --mollie-green-600: #288a26;\n --mollie-green-700: #1e681d;\n --mollie-green-800: #144513;\n --mollie-purple-100: #f7deff;\n --mollie-purple-500: #b513ee;\n --mollie-purple-600: #910fbe;\n --mollie-red-100: #ffe6ea;\n --mollie-red-200: #ffccd5;\n --mollie-red-300: #ff99ab;\n --mollie-red-400: #ff6982;\n --mollie-red-50: #fff2f5;\n --mollie-red-500: #e60029;\n --mollie-red-600: #cc0025;\n --mollie-red-700: #99001c;\n --mollie-red-800: #660012;\n --mollie-white: #ffffff;\n --mollie-yellow-100: #fff2d4;\n --mollie-yellow-200: #ffe5aa;\n --mollie-yellow-300: #fad47d;\n --mollie-yellow-400: #f0c369;\n --mollie-yellow-50: #fffcf4;\n --mollie-yellow-500: #e6ab26;\n --mollie-yellow-600: #cc9822;\n --mollie-yellow-700: #8b6900;\n --mollie-yellow-800: #664c11;\n\n --mollie-background-primary: var(--mollie-white);\n --mollie-background-primary-rgb: 255, 255, 255;\n --mollie-background-secondary: var(--mollie-gray-50);\n --mollie-background-tertiary: var(--mollie-gray-75);\n --mollie-background-quaternary: var(--mollie-gray-100);\n --mollie-accent: var(--mollie-blue-500);\n --mollie-accent-hover: var(--mollie-blue-600);\n --mollie-interactive: var(--mollie-blue-500);\n --mollie-primary: var(--mollie-black);\n --mollie-secondary: var(--mollie-gray-700);\n --mollie-secondary-hover: var(--mollie-gray-800);\n --mollie-negative: var(--mollie-red-500);\n --mollie-positive: var(--mollie-green-500);\n --mollie-warning: var(--mollie-yellow-500);\n --mollie-neutral: var(--mollie-gray-500);\n --mollie-border: var(--mollie-gray-100);\n\n --mollie-callout-info-background: var(--mollie-blue-25);\n --mollie-callout-info-border: var(--mollie-blue-100);\n --mollie-callout-info-primary: var(--mollie-blue-700);\n --mollie-callout-success-background: var(--mollie-green-50);\n --mollie-callout-success-border: var(--mollie-green-200);\n --mollie-callout-success-primary: var(--mollie-green-700);\n --mollie-callout-warning-background: var(--mollie-yellow-50);\n --mollie-callout-warning-border: var(--mollie-yellow-200);\n --mollie-callout-warning-primary: var(--mollie-yellow-800);\n --mollie-callout-error-background: var(--mollie-red-50);\n --mollie-callout-error-border: var(--mollie-red-200);\n --mollie-callout-error-primary: var(--mollie-red-700);\n\n --mollie-pills-background-warning: var(--mollie-yellow-100);\n --mollie-pills-foreground-warning: var(--mollie-yellow-700);\n --mollie-pills-background-positive: var(--mollie-green-100);\n --mollie-pills-foreground-positive: var(--mollie-green-700);\n --mollie-pills-background-neutral: var(--mollie-gray-100);\n --mollie-pills-foreground-neutral: var(--mollie-gray-800);\n --mollie-pills-background-negative: var(--mollie-red-100);\n --mollie-pills-foreground-negative: var(--mollie-red-700);\n --mollie-pills-background-informative: var(--mollie-blue-100);\n --mollie-pills-foreground-informative: var(--mollie-blue-700);\n --mollie-pills-background-callout: var(--mollie-purple-100);\n --mollie-pills-foreground-callout: var(--mollie-purple-600);\n\n /* Backgrounds */\n --color-bg-page: var(--mollie-background-primary);\n --color-bg-page-rgb: var(--mollie-background-primary-rgb);\n\n /* Texts */\n --color-text-default: var(--mollie-primary);\n --color-text-muted: var(--mollie-secondary);\n --color-text-minimum: var(--mollie-secondary);\n --color-text-minimum-hover: var(--mollie-secondary-hover);\n --color-text-minimum-icon: var(--mollie-secondary);\n\n /* Accessories */\n --color-border-default: var(--mollie-border);\n --color-link-primary: var(--mollie-interactive);\n\n /* Inputs */\n --color-input-text: var(--color-text-muted);\n --color-input-background: var(--mollie-background-primary);\n --color-input-border: var(--mollie-border);\n\n /* Markdown */\n --md-code-radius: 10px;\n --md-code-background: var(--mollie-background-tertiary);\n --md-code-tabs: var(--mollie-background-quaternary);\n\n /* Recipes */\n --recipe-button-color: var(--mollie-accent);\n --recipe-button-color-hover: var(--mollie-accent-hover);\n\n // Other\n --font-family: \"Inter\", sans-serif;\n --border-radius: 4px;\n --border-radius-lg: 8px;\n --hub-playground-width: 460px;\n --container-lg: 1620px;\n}\n\n[data-color-mode=dark] {\n /* Mollie colors */\n --mollie-black: #111111;\n --mollie-blue-100: #1b2237;\n --mollie-blue-200: #000f4b;\n --mollie-blue-25: #020718;\n --mollie-blue-300: #001a66;\n --mollie-blue-400: #0f43df;\n --mollie-blue-50: #0e111a;\n --mollie-blue-500: #1047ed;\n --mollie-blue-600: #0f4afc;\n --mollie-blue-700: #6789f1;\n --mollie-blue-75: #020b24;\n --mollie-blue-800: #b3c6ff;\n --mollie-gray-100: #1c1d21;\n --mollie-gray-200: #24252b;\n --mollie-gray-300: #34353e;\n --mollie-gray-400: #484750;\n --mollie-gray-50: #111111;\n --mollie-gray-500: #565560;\n --mollie-gray-600: #9897a4;\n --mollie-gray-700: #bfbfc9;\n --mollie-gray-75: #17181b;\n --mollie-gray-800: #f2f2f2;\n --mollie-green-100: #243924;\n --mollie-green-200: #0f340e;\n --mollie-green-300: #0a4109;\n --mollie-green-400: #0d550c;\n --mollie-green-50: #111d11;\n --mollie-green-500: #2d9c2b;\n --mollie-green-600: #32ad30;\n --mollie-green-700: #5bbd59;\n --mollie-green-800: #addeac;\n --mollie-purple-100: #351344;\n --mollie-purple-500: #cb5af3;\n --mollie-purple-600: #d371f5;\n --mollie-red-100: #3f2126;\n --mollie-red-200: #4c000e;\n --mollie-red-300: #600919;\n --mollie-red-400: #fe1741;\n --mollie-red-50: #231216;\n --mollie-red-500: #ff3358;\n --mollie-red-600: #ff5977;\n --mollie-red-700: #ff8097;\n --mollie-red-800: #ffb3c0;\n --mollie-white: #ffffff;\n --mollie-yellow-100: #322c1f;\n --mollie-yellow-200: #39301b;\n --mollie-yellow-300: #553c03;\n --mollie-yellow-400: #cc9822;\n --mollie-yellow-50: #231f13;\n --mollie-yellow-500: #cc9822;\n --mollie-yellow-600: #e6ab26;\n --mollie-yellow-700: #ffc53f;\n --mollie-yellow-800: #ffd26a;\n\n --mollie-background-primary: var(--mollie-gray-75);\n --mollie-background-primary-rgb: 23, 24, 27;\n --mollie-background-secondary: var(--mollie-gray-100);\n --mollie-background-tertiary: var(--mollie-gray-200);\n --mollie-background-quaternary: var(--mollie-gray-300);\n --mollie-accent: var(--mollie-blue-400);\n --mollie-accent-hover: var(--mollie-blue-500);\n --mollie-interactive: var(--mollie-blue-800);\n --mollie-primary: var(--mollie-white);\n --mollie-secondary: var(--mollie-gray-700);\n --mollie-secondary-hover: var(--mollie-gray-800);\n --mollie-negative: var(--mollie-red-800);\n --mollie-positive: var(--mollie-green-700);\n --mollie-warning: var(--mollie-yellow-700);\n --mollie-neutral: var(--mollie-gray-800);\n --mollie-border: var(--mollie-gray-300);\n\n --mollie-callout-info-background: var(--mollie-blue-50);\n --mollie-callout-info-border: var(--mollie-blue-300);\n --mollie-callout-info-primary: var(--mollie-blue-800);\n --mollie-callout-success-background: var(--mollie-green-50);\n --mollie-callout-success-border: var(--mollie-green-200);\n --mollie-callout-success-primary: var(--mollie-green-800);\n --mollie-callout-warning-background: var(--mollie-yellow-50);\n --mollie-callout-warning-border: var(--mollie-yellow-300);\n --mollie-callout-warning-primary: var(--mollie-yellow-800);\n --mollie-callout-error-background: var(--mollie-red-50);\n --mollie-callout-error-border: var(--mollie-red-200);\n --mollie-callout-error-primary: var(--mollie-red-800);\n\n --mollie-pills-background-warning: var(--mollie-yellow-100);\n --mollie-pills-foreground-warning: var(--mollie-yellow-800);\n --mollie-pills-background-positive: var(--mollie-green-100);\n --mollie-pills-foreground-positive: var(--mollie-green-800);\n --mollie-pills-background-neutral: var(--mollie-gray-300);\n --mollie-pills-foreground-neutral: var(--mollie-gray-800);\n --mollie-pills-background-negative: var(--mollie-red-100);\n --mollie-pills-foreground-negative: var(--mollie-red-800);\n --mollie-pills-background-informative: var(--mollie-blue-100);\n --mollie-pills-foreground-informative: var(--mollie-blue-800);\n --mollie-pills-background-callout: var(--mollie-purple-100);\n --mollie-pills-foreground-callout: var(--mollie-purple-600);\n\n /* Backgrounds */\n --color-bg-page: var(--mollie-background-primary);\n --color-bg-page-rgb: var(--mollie-background-primary-rgb);\n\n /* Texts */\n --color-text-default: var(--mollie-primary);\n --color-text-muted: var(--mollie-secondary);\n --color-text-minimum: var(--mollie-secondary);\n --color-text-minimum-hover: var(--mollie-secondary-hover);\n --color-text-minimum-icon: var(--mollie-secondary);\n\n /* Accessories */\n --color-border-default: var(--mollie-border);\n --color-link-primary: var(--mollie-interactive);\n\n /* Inputs */\n --color-input-text: var(--color-text-muted);\n --color-input-background: var(--mollie-background-primary);\n --color-input-border: var(--mollie-border);\n\n /* Markdown */\n --md-code-radius: 10px;\n --md-code-background: var(--mollie-background-tertiary);\n --md-code-tabs: var(--mollie-background-quaternary);\n\n /* Recipes */\n --recipe-button-color: var(--mollie-accent);\n --recipe-button-color-hover: var(--mollie-accent-hover);\n\n /* Flyout */\n --project-color-inverse: var(--mollie-white);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=auto], [data-color-mode=system] {\n /* Mollie colors */\n --mollie-black: #111111;\n --mollie-blue-100: #1b2237;\n --mollie-blue-200: #000f4b;\n --mollie-blue-25: #020718;\n --mollie-blue-300: #001a66;\n --mollie-blue-400: #0f43df;\n --mollie-blue-50: #0e111a;\n --mollie-blue-500: #1047ed;\n --mollie-blue-600: #0f4afc;\n --mollie-blue-700: #6789f1;\n --mollie-blue-75: #020b24;\n --mollie-blue-800: #b3c6ff;\n --mollie-gray-100: #1c1d21;\n --mollie-gray-200: #24252b;\n --mollie-gray-300: #34353e;\n --mollie-gray-400: #484750;\n --mollie-gray-50: #111111;\n --mollie-gray-500: #565560;\n --mollie-gray-600: #9897a4;\n --mollie-gray-700: #bfbfc9;\n --mollie-gray-75: #17181b;\n --mollie-gray-800: #f2f2f2;\n --mollie-green-100: #243924;\n --mollie-green-200: #0f340e;\n --mollie-green-300: #0a4109;\n --mollie-green-400: #0d550c;\n --mollie-green-50: #111d11;\n --mollie-green-500: #2d9c2b;\n --mollie-green-600: #32ad30;\n --mollie-green-700: #5bbd59;\n --mollie-green-800: #addeac;\n --mollie-purple-100: #351344;\n --mollie-purple-500: #cb5af3;\n --mollie-purple-600: #d371f5;\n --mollie-red-100: #3f2126;\n --mollie-red-200: #4c000e;\n --mollie-red-300: #600919;\n --mollie-red-400: #fe1741;\n --mollie-red-50: #231216;\n --mollie-red-500: #ff3358;\n --mollie-red-600: #ff5977;\n --mollie-red-700: #ff8097;\n --mollie-red-800: #ffb3c0;\n --mollie-white: #ffffff;\n --mollie-yellow-100: #322c1f;\n --mollie-yellow-200: #39301b;\n --mollie-yellow-300: #553c03;\n --mollie-yellow-400: #cc9822;\n --mollie-yellow-50: #231f13;\n --mollie-yellow-500: #cc9822;\n --mollie-yellow-600: #e6ab26;\n --mollie-yellow-700: #ffc53f;\n --mollie-yellow-800: #ffd26a;\n \n --mollie-background-primary: var(--mollie-gray-75);\n --mollie-background-primary-rgb: 23, 24, 27;\n --mollie-background-secondary: var(--mollie-gray-100);\n --mollie-background-tertiary: var(--mollie-gray-200);\n --mollie-background-quaternary: var(--mollie-gray-300);\n --mollie-accent: var(--mollie-blue-400);\n --mollie-accent-hover: var(--mollie-blue-500);\n --mollie-interactive: var(--mollie-blue-800);\n --mollie-primary: var(--mollie-white);\n --mollie-secondary: var(--mollie-gray-700);\n --mollie-secondary-hover: var(--mollie-gray-800);\n --mollie-negative: var(--mollie-red-800);\n --mollie-positive: var(--mollie-green-700);\n --mollie-warning: var(--mollie-yellow-700);\n --mollie-neutral: var(--mollie-gray-800);\n --mollie-border: var(--mollie-gray-300);\n \n --mollie-callout-info-background: var(--mollie-blue-50);\n --mollie-callout-info-border: var(--mollie-blue-300);\n --mollie-callout-info-primary: var(--mollie-blue-800);\n --mollie-callout-success-background: var(--mollie-green-50);\n --mollie-callout-success-border: var(--mollie-green-200);\n --mollie-callout-success-primary: var(--mollie-green-800);\n --mollie-callout-warning-background: var(--mollie-yellow-50);\n --mollie-callout-warning-border: var(--mollie-yellow-300);\n --mollie-callout-warning-primary: var(--mollie-yellow-800);\n --mollie-callout-error-background: var(--mollie-red-50);\n --mollie-callout-error-border: var(--mollie-red-200);\n --mollie-callout-error-primary: var(--mollie-red-800);\n \n --mollie-pills-background-warning: var(--mollie-yellow-100);\n --mollie-pills-foreground-warning: var(--mollie-yellow-800);\n --mollie-pills-background-positive: var(--mollie-green-100);\n --mollie-pills-foreground-positive: var(--mollie-green-800);\n --mollie-pills-background-neutral: var(--mollie-gray-300);\n --mollie-pills-foreground-neutral: var(--mollie-gray-800);\n --mollie-pills-background-negative: var(--mollie-red-100);\n --mollie-pills-foreground-negative: var(--mollie-red-800);\n --mollie-pills-background-informative: var(--mollie-blue-100);\n --mollie-pills-foreground-informative: var(--mollie-blue-800);\n --mollie-pills-background-callout: var(--mollie-purple-100);\n --mollie-pills-foreground-callout: var(--mollie-purple-600);\n \n /* Backgrounds */\n --color-bg-page: var(--mollie-background-primary);\n --color-bg-page-rgb: var(--mollie-background-primary-rgb);\n \n /* Texts */\n --color-text-default: var(--mollie-primary);\n --color-text-muted: var(--mollie-secondary);\n --color-text-minimum: var(--mollie-secondary);\n --color-text-minimum-hover: var(--mollie-secondary-hover);\n --color-text-minimum-icon: var(--mollie-secondary);\n \n /* Accessories */\n --color-border-default: var(--mollie-border);\n --color-link-primary: var(--mollie-interactive);\n \n /* Inputs */\n --color-input-text: var(--color-text-muted);\n --color-input-background: var(--mollie-background-primary);\n --color-input-border: var(--mollie-border);\n \n /* Markdown */\n --md-code-radius: 10px;\n --md-code-background: var(--mollie-background-tertiary);\n --md-code-tabs: var(--mollie-background-quaternary);\n \n /* Recipes */\n --recipe-button-color: var(--mollie-accent);\n --recipe-button-color-hover: var(--mollie-accent-hover);\n \n /* Flyout */\n --project-color-inverse: var(--mollie-white);\n }\n}\n\n/************/\n/** LAYOUT **/\n/************/\n\n*:not(\n .APIResponse-action-button,\n .rm-APIMethod,\n [class*=\"ChangelogPost_type\"]\n ) {\n text-transform: unset !important;\n}\n\n.App {\n min-height: 100vh;\n}\n\nmain {\n flex: 1 0 auto;\n display: flex;\n}\n\n.rm-Header {\n position: relative;\n background-color: var(--mollie-background-primary);\n --Header-background: var(--mollie-background-primary);\n --Header-button-color: var(--color-text-default);\n}\n\n.rm-Header-top {\n border-bottom-width: 0;\n}\n\n.rm-Header-left {\n z-index: 99;\n padding-left: 1.75rem;\n}\n\n@media (min-width: 769px) {\n .rm-Header-right {\n position: absolute;\n inset: 0;\n display: grid;\n grid-template-columns: 1fr 146px minmax(auto, calc(var(--container-lg) - 146px)) 1fr;\n }\n\n .rm-Header-bottom {\n padding-right: 2.5rem;\n box-sizing: border-box;\n }\n\n [class*=\"ThemeToggle-wrapper\"]:not([class*=\"ThemeToggle-wrapper-\"]) {\n grid-column-start: 3;\n margin-inline-start: auto;\n }\n}\n\n.rm-Sidebar {\n background: var(--mollie-background-primary);\n margin-top: 0 !important;\n}\n\n.rm-Container:not(.rm-Header-top > *) {\n position: relative;\n}\n\nmain > .rm-Container:has(.rm-Sidebar)::after,\nmain.rm-Container:has(.rm-Sidebar)::after {\n content: \"\";\n position: absolute;\n right: 100%;\n top: 0;\n bottom: 0;\n background: var(--mollie-background-primary);\n width: 100vw;\n}\n\n@media (min-width: 769px) {\n .rm-Header {\n display: grid;\n grid-template-columns: 146px auto;\n align-items: center;\n }\n}\n\n@media (min-width: 1441px) {\n .rm-Header {\n grid-template-columns:\n 1fr 146px minmax(auto, calc(var(--container-lg) - 146px))\n 1fr;\n }\n .rm-Header-top {\n grid-column-start: 2;\n grid-column-end: 2;\n }\n .rm-Header-bottom {\n grid-column-start: 3;\n grid-column-end: 3;\n }\n}\n\n@media (max-width: 414px) {\n .rm-Guides .content-body {\n overflow: unset;\n }\n}\n\n.rm-Header {\n --Header-logo-height: 22px;\n --Header-button-hover: transparent !important;\n --Header-button-color: ;\n}\n\n[data-color-mode=\"dark\"] .rm-Header {\n --Header-border-color: rgba(255, 255, 255, 0.1);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=auto] .rm-Header,\n [data-color-mode=system] .rm-Header {\n --Header-border-color: rgba(255, 255, 255, 0.1);\n }\n}\n\n.rm-Logo-img {\n display: block;\n}\n\n[data-color-mode=\"dark\"] .rm-Logo-img,\n[data-color-mode=\"dark\"] [class*=\"PageNotFound-logo\"] {\n filter: invert(1);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=\"system\"] .rm-Logo-img,\n [data-color-mode=\"system\"] [class*=\"PageNotFound-logo\"],\n [data-color-mode=\"auto\"] .rm-Logo-img,\n [data-color-mode=\"auto\"] [class*=\"PageNotFound-logo\"] {\n filter: invert(1);\n }\n}\n\n.rm-Header-bottom-link {\n font-weight: unset;\n opacity: 1;\n color: var(--color-text-minimum) !important;\n}\n\n.rm-Header-bottom-link:hover,\n.rm-MobileFlyout-item:hover {\n text-decoration: none;\n}\n\n[data-color-mode=\"dark\"] .rm-MobileFlyout-item.active {\n background-color: rgba(255, 255, 255, .07);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=\"system\"] .rm-MobileFlyout-item.active,\n [data-color-mode=\"auto\"] .rm-MobileFlyout-item.active {\n background-color: rgba(255, 255, 255, .07);\n }\n}\n\n.rm-Header-bottom-link.active {\n opacity: 1;\n font-weight: 600;\n color: var(--color-text-default) !important;\n}\n\n.rm-ThemeToggle.Button {\n color: var(--Header-button-color);\n z-index: 1;\n}\n\n.rm-Logo:active,\n.rm-ThemeToggle.Button:active,\n.rm-Header-top-link.Button:active,\n.rm-Header-bottom-link.Button:active {\n border-color: transparent;\n box-shadow: none;\n}\n\n.rm-Header-bottom-link:hover {\n opacity: 0.8;\n}\n\n.rm-Header-bottom-link > i,\n.rm-MobileFlyout-item > i,\n[class*=\"Header-left-nav\"] > i {\n display: none;\n}\n\n.rm-Header-bottom-link > i + * {\n margin: 0 !important;\n}\n\n.rm-Header-search {\n padding-right: 25px;\n}\n\n.rm-SearchToggle,\n[data-color-mode=dark] .ThemeContext_light:not(.ThemeContext_line) .rm-SearchToggle,\n[data-color-mode=dark] .rm-SearchToggle {\n --SearchToggle-bg: var(--mollie-background-tertiary);\n --SearchToggle-color: var(--color-text-minimum);\n height: 28px;\n padding: 0 12px 0 7px;\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=system] .ThemeContext_light:not(.ThemeContext_line) .rm-SearchToggle,\n [data-color-mode=system] .rm-SearchToggle,\n [data-color-mode=auto] .ThemeContext_light:not(.ThemeContext_line) .rm-SearchToggle,\n [data-color-mode=auto] .rm-SearchToggle {\n --SearchToggle-bg: var(--mollie-background-tertiary);\n --SearchToggle-color: var(--color-text-minimum);\n height: 28px;\n padding: 0 12px 0 7px;\n }\n}\n\n.rm-SearchToggle-placeholder {\n font-size: 13px;\n}\n\n.reference-redesign {\n --Sidebar-indent: 20px;\n}\n\n[class*=\"Sidebar-link-buttonWrapper\"] {\n margin-right: 5px;\n}\n\n.reference-redesign .rm-Sidebar.rm-Sidebar {\n --Sidebar-link-hover-background: none;\n --Sidebar-link-background: var(--mollie-background-tertiary);\n --Sidebar-link-color: rgba(0, 0, 0, 0.8);\n padding: 2rem 0.75rem !important;\n}\n\n.reference-redesign .rm-Sidebar-heading {\n font-size: 14px;\n color: var(--color-text-default);\n}\n\n.reference-redesign .rm-Sidebar-item {\n margin-top: 5px;\n}\n\n[data-color-mode=dark] .reference-redesign .rm-Sidebar-link.rm-Sidebar-link {\n color: var(--color-text-muted);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=system] .reference-redesign .rm-Sidebar-link.rm-Sidebar-link,\n [data-color-mode=auto] .reference-redesign .rm-Sidebar-link.rm-Sidebar-link {\n color: var(--color-text-muted);\n }\n}\n\n.reference-redesign .rm-Sidebar-link.active {\n font-weight: 600;\n}\n\n.reference-redesign .rm-Sidebar-link:hover {\n color: unset;\n}\n\n[class*=\"reference-sidebar-mobile-button\"]:not([class*=\"reference-sidebar-mobile-button-\"]) {\n background: var(--mollie-background-secondary);\n}\n\n.App .rm-SuggestedEdits h1,\n.App .rm-SuggestionDiff h1,\n.App .rm-Guides h1,\n.App .rm-Recipes h1,\n.App .rm-Recipes-modal h1,\n.App .rm-ReferenceMain h1,\n.App .rm-Changelog h1,\n.App .rm-Discuss h1,\n.App .rm-CustomPage h1 {\n font-size: 1.7rem !important;\n}\n\n[data-color-mode=dark] .App .rm-SuggestedEdits a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n[data-color-mode=dark] .App .rm-SuggestionDiff a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n[data-color-mode=dark] .App .rm-Guides a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n[data-color-mode=dark] .App .rm-Recipes a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n[data-color-mode=dark] .App .rm-Recipes-modal a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n[data-color-mode=dark] .App .rm-ReferenceMain a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n[data-color-mode=dark] .App .rm-Changelog a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n[data-color-mode=dark] .App .rm-Discuss a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n[data-color-mode=dark] .App .rm-CustomPage a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a) {\n color: var(--mollie-interactive);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=system] .App .rm-SuggestedEdits a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=system] .App .rm-SuggestionDiff a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=system] .App .rm-Guides a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=system] .App .rm-Recipes a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=system] .App .rm-Recipes-modal a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=system] .App .rm-ReferenceMain a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=system] .App .rm-Changelog a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=system] .App .rm-Discuss a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=system] .App .rm-CustomPage a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-SuggestedEdits a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-SuggestionDiff a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-Guides a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-Recipes a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-Recipes-modal a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-ReferenceMain a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-Changelog a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-Discuss a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a),\n [data-color-mode=auto] .App .rm-CustomPage a:not(.rm-Sidebar-link, .tocHeader, .toc-children > ul > li > a) {\n color: var(--mollie-interactive);\n }\n}\n\n.App .rm-SuggestedEdits.rm-SuggestedEdits,\n.App .rm-SuggestionDiff.rm-SuggestionDiff,\n.App .rm-Guides.rm-Guides,\n.App .rm-Recipes.rm-Recipes,\n.App .rm-Recipes-modal.rm-Recipes-modal,\n.App .rm-ReferenceMain.rm-ReferenceMain,\n.App .rm-Changelog.rm-Changelog,\n.App .rm-Discuss.rm-Discuss,\n.App .rm-CustomPage.rm-CustomPage {\n --markdown-title-weight: 600;\n --markdown-line-height: 160%;\n --markdown-font-size: 0.875rem;\n --markdown-title-marginTop: 2.5rem;\n --table-edges: var(--color-border-default);\n --table-head: var(--color-bg-page);\n --table-head-text: var(--color-text-muted);\n --table-stripe: var(--color-bg-page);\n --table-text: var(--color-text-default);\n --table-row: var(--color-bg-page);\n --md-code-background: var(--mollie-background-tertiary);\n --md-code-tabs: var(--mollie-background-quaternary);\n --md-code-text: var(--color-text-default);\n}\n\n@media (min-width: 769px) {\n .App .rm-SuggestedEdits .rm-Article,\n .App .rm-SuggestionDiff .rm-Article,\n .App .rm-Guides .rm-Article,\n .App .rm-Recipes .rm-Article,\n .App .rm-Recipes-modal .rm-Article,\n .App .rm-ReferenceMain .rm-Article,\n .App .rm-Changelog .rm-Article,\n .App .rm-Discuss .rm-Article,\n .App .rm-CustomPage .rm-Article {\n padding-inline: 40px;\n }\n}\n\n@media (min-width: 1113px) {\n .App .rm-ReferenceMain .rm-Article,\n .App .rm-Container > .rm-Article {\n padding-right: 0;\n }\n}\n\n.App .rm-ReferenceMain .rm-Article {\n max-width: calc(var(--hub-main-max-width) + 40px);\n}\n\n.App {\n letter-spacing: -0.32px;\n}\n\n.App p,\n.markdown-body table,\n.markdown-body ul,\n.markdown-body ol,\n.markdown-body blockquote {\n letter-spacing: -0.16px;\n}\n\n.App :is(h1, h2, h3) {\n letter-spacing: -0.5px;\n}\n\n.App :is(h1, h2, h3, h4, h5, h6) {\n line-height: 120%;\n}\n\n.excerpt {\n --markdown-text: var(--color-text-muted);\n}\n\na {\n color: var(--mollie-interactive);\n transition: all 0.1s ease-out 0s;\n}\na:hover {\n color: var(--mollie-interactive);\n text-decoration: underline;\n opacity: 0.8;\n}\n\n.ThemeContext_dark .Input_minimal {\n --Input-background: var(--mollie-background-secondary);\n --Input-bg-focus-minimal: var(--mollie-background-secondary);\n color: var(--color-input-text);\n}\n\n.ModalWrapper {\n --color-border-default: rgba(0, 0, 0, 0.1);\n}\n\n/*************/\n/** RECIPES **/\n/*************/\n\n.rm-Recipes .Button {\n --button-font-size: 16px;\n --border-radius: 130px;\n}\n\n.Button_lg {\n height: 48px;\n}\n\n[class*=\"TutorialCard\"]:not([class*=\"TutorialCard-\"]) {\n --TutorialCard-bg: var(--mollie-gray-75);\n --TutorialCard-bg-unpublished: var(--mollie-gray-100);\n --TutorialCard-text-color: var(--color-text-default);\n}\n\n[data-color-mode=\"dark\"] [class*=\"TutorialCard\"]:not([class*=\"TutorialCard-\"]) {\n --TutorialCard-bg: var(--mollie-gray-200);\n --TutorialCard-bg-unpublished: var(--mollie-gray-300);\n --TutorialCard-text-color: var(--color-text-default);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=\"auto\"] [class*=\"TutorialCard\"]:not([class*=\"TutorialCard-\"]),\n [data-color-mode=\"system\"] [class*=\"TutorialCard\"]:not([class*=\"TutorialCard-\"]) {\n --TutorialCard-bg: var(--mollie-gray-200);\n --TutorialCard-bg-unpublished: var(--mollie-gray-300);\n --TutorialCard-text-color: var(--color-text-default);\n }\n}\n\n[class*=\"TutorialHero\"]:not([class*=\"TutorialHero-\"]) {\n --TutorialHero-code-bg: rgb(28, 28, 28);\n}\n\n[class*=\"TutorialHero-Col-Title\"] {\n margin-bottom: 8px;\n}\n\n[class*=\"TutorialHero-Image-TutorialEditor-Nav\"]:has(.Button:only-child) {\n display: none;\n}\n\n[class*=\"TutorialHero-Image-TutorialEditor-Nav\"] > .Button:only-child {\n display: none;\n}\n\n[class*=\"TutorialHero-Image\"] .CodeMirror {\n height: min-content;\n padding: 10px 0;\n max-height: 300px;\n}\n\n[class*=\"TutorialModal-Nav\"]:not([class*=\"TutorialModal-Nav-\"]),\n[class*=\"TutorialModal-Col_steps\"]:not([class*=\"TutorialModal-Col_steps-\"]),\n[class*=\"TutorialModal-Col_review\"]:not([class*=\"TutorialModal-Col_review-\"]),\n.TutorialEditor-Nav,\n.TutorialEditor-Nav ~ *,\n.TutorialEditor-Nav ~ * :is(.CodeMirror, .CodeMirror-gutters) {\n background: rgb(28, 28, 28) !important;\n}\n\n[class*=\"TutorialModal-Col-Wrapper\"]:not(\n [class*=\"TutorialModal-Col-Wrapper-\"]\n ) {\n background: rgb(56, 56, 56) !important;\n}\n\n[class*=\"TutorialModal-Col-Wrapper-Caption\"] {\n color: rgb(228, 228, 228);\n}\n\n[class*=\"TutorialStep-LineNumbers-Tooltip\"] {\n background: var(--color-text-muted);\n}\n\n[class*=\"TutorialModal-Nav\"]:not([class*=\"TutorialModal-Nav-\"]) .Title {\n margin-bottom: 8px;\n}\n\n[class*=\"TutorialStep-LineNumbers\"] Input:not(:disabled):is(:focus, :active) {\n box-shadow: none;\n}\n\n.TutorialEditor-Nav\n+ .CodeEditor:not(.CodeEditor-Input_readonly)\n.CodeMirror-code\n> div:first-child\n.CodeMirror-line\n> span::after {\n background: rgb(28 28 28 / 50%);\n}\n\n[class*=\"TutorialStep\"]:not([class*=\"TutorialStep-\"]) {\n --RecipeStep-bg: white;\n --RecipeStep-bg-hover: #3a3a3a;\n --RecipeStep-bg-closed: #343434;\n\n color: var(--mollie-black);\n}\n\n[class*=\"TutorialStep_close\"]:not([class*=\"TutorialStep_close-\"]) {\n --color-text-default: #fff;\n --color-text-muted: rgba(255, 255, 255, 0.6);\n}\n\n[class*=\"TutorialCard-Status_featured\"] {\n background: var(--mollie-yellow-100);\n color: var(--mollie-yellow-700);\n}\n\n.Button_shale_text {\n --button-icon-offset: 4px;\n color: var(--color-text-muted);\n}\n.Button_shale_text:not(:disabled):hover {\n color: var(--color-text-default);\n}\n[data-color-mode=\"dark\"] .Button_shale_text {\n color: var(--mollie-gray-500);\n}\n[data-color-mode=\"dark\"] .Button_shale_text:not(:disabled):hover {\n color: var(--mollie-black);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=\"system\"] .Button_shale_text,\n [data-color-mode=\"auto\"] .Button_shale_text {\n color: var(--mollie-gray-500);\n }\n [data-color-mode=\"system\"] .Button_shale_text:not(:disabled):hover,\n [data-color-mode=\"auto\"] .Button_shale_text:not(:disabled):hover {\n color: var(--mollie-black);\n }\n}\n\n.rm-Recipes-modal {\n --Modal-bg: transparent;\n}\n\n[class*=\"TutorialTile\"]:not([class*=\"TutorialTile-\"]) {\n background: var(--color-bg-page);\n border: 1px solid var(--color-border-default);\n border-radius: var(--border-radius-lg);\n box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .05), 0 4px 8px 0 rgba(0, 0, 0, .05), 0 1px 0 0 rgba(0, 0, 0, .05);\n}\n\n[class*=\"TutorialTile\"]:not([class*=\"TutorialTile-\"]):hover {\n background: var(--mollie-background-tertiary);\n}\n\n[class*=\"TutorialTile-Body\"]:not([class*=\"TutorialTile-Body-\"]) {\n align-items: center;\n padding: .625rem .75rem;\n}\n\n[class*=\"TutorialTile-Body-Text\"]:not([class*=\"TutorialTile-Body-Text-\"]) {\n gap: 0.25rem;\n}\n\n[class*=\"TutorialTile-Body-Text-Title\"] {\n font-size: .9375rem;\n font-weight: 500;\n line-height: 120%;\n}\n\n[class*=\"TutorialTile-Body-Text-Action\"] {\n font-size: var(--markdown-font-size);\n color: var(--color-text-muted);\n}\n\n/***************/\n/** CHANGELOG **/\n/***************/\n\n[class*=\"ChangelogIcon\"] {\n border-radius: 8px;\n background: var(--mollie-gray-400) !important;\n aspect-ratio: 1 / 1;\n width: 28px;\n padding: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n box-shadow: none;\n}\n\n[class*=\"ChangelogPost_type\"] {\n font-size: 16px;\n font-weight: 600;\n}\n\n[class*=\"ChangelogPost_back\"],\n[class*=\"ChangelogPost_back\"]:hover,\n[class*=\"ChangelogPost_back\"]:active {\n color: var(--mollie-interactive);\n}\n\n[class*=\"ChangelogPost_back\"]:hover,\n[class*=\"ChangelogPost_back\"]:active {\n opacity: .8;\n}\n\n[class*=\"ChangelogPost_text\"]:empty {\n margin-bottom: 0.75rem;\n}\n\n.App .rm-Changelog h1 {\n color: var(--color-text-default);\n}\n\n.App .rm-Changelog h1 a {\n color: inherit;\n}\n\n.rm-Changelog {\n padding-bottom: 2rem;\n}\n\n/************/\n/** TABLES **/\n/************/\n\n.markdown-body .rdmd-table table {\n border-width: 0;\n}\n\n.markdown-body table td,\n.markdown-body table th {\n border-left-width: 0;\n border-right-width: 0;\n padding: 12px;\n}\n\n.markdown-body table td:first-child,\n.markdown-body table th:first-child {\n padding-left: 0;\n}\n\n.markdown-body table td:last-child,\n.markdown-body table th:last-child {\n padding-right: 0;\n}\n\n.markdown-body table th,\n.markdown-body table thead td {\n border-top-width: 0;\n font-size: 0.75rem;\n font-weight: 500;\n letter-spacing: -0.1px;\n}\n\n.markdown-body table tr:last-child td {\n border-bottom-width: 0;\n}\n\n.rdmd-html:has(.test-large-table) + .rdmd-table table td:nth-child(1) {\n width: 25%;\n}\n.rdmd-html:has(.test-large-table) + .rdmd-table table td:nth-child(2) {\n width: 37.5%;\n}\n.rdmd-html:has(.test-large-table) + .rdmd-table table td:nth-child(3) {\n width: 37.5%;\n}\n\n/**************/\n/** CALLOUTS **/\n/**************/\n\n.callout.callout {\n --emoji: 1.125rem;\n --background: var(--mollie-callout-info-background);\n --title: unset;\n --border: var(--mollie-callout-info-border);\n\n border: 0.0625rem solid var(--border);\n padding: 1rem;\n border-radius: 1rem;\n}\n\n.markdown-body > .img:not(.lightbox.open),\n.markdown-body > blockquote,\n.markdown-body > pre,\n.rdmd-table {\n margin-top: 1.5rem;\n margin-bottom: 1.5rem !important;\n}\n\n.callout.callout_info {\n --background: var(--mollie-callout-info-background);\n --title: unset;\n --border: var(--mollie-callout-info-border);\n}\n\n.callout.callout_ok,\n.callout.callout_okay,\n.callout.callout_success {\n --background: var(--mollie-callout-success-background);\n --title: unset;\n --border: var(--mollie-callout-success-border);\n}\n\n.callout.callout_warn,\n.callout.callout_warning {\n --background: var(--mollie-callout-warning-background);\n --title: unset;\n --border: var(--mollie-callout-warning-border);\n}\n\n.callout.callout_err,\n.callout.callout_error {\n --background: var(--mollie-callout-error-background);\n --title: unset;\n --border: var(--mollie-callout-error-border);\n}\n\n.callout.callout > * {\n margin-left: 1.5rem;\n}\n\n.callout.callout .callout-heading {\n font-size: 1em;\n margin-bottom: 0.25rem;\n}\n\n.callout.callout .callout-icon {\n width: var(--emoji);\n margin-left: calc(-1rem - 0.5em);\n}\n\n.callout[theme=\"📘\"] {\n --emoji: unset;\n --icon: \"\\f05a\"; /* https://fontawesome.com/v6/icons/circle-info */\n --icon-color: var(--mollie-callout-info-primary);\n}\n\n.callout[theme=\"❗️\"] {\n --emoji: unset;\n --icon: \"\\f071\"; /* https://fontawesome.com/v6/icons/triangle-exclamation */\n --icon-color: var(--mollie-callout-error-primary);\n}\n\n.callout[theme=\"🚧\"] {\n --emoji: unset;\n --icon: \"\\f06a\"; /* https://fontawesome.com/v6/icons/circle-exclamation */\n --icon-color: var(--mollie-callout-warning-primary);\n}\n\n.callout[theme=\"👍\"] {\n --emoji: unset;\n --icon: \"\\f058\"; /* https://fontawesome.com/v6/icons/circle-check */\n --icon-color: var(--mollie-callout-success-primary);\n}\n\n/*****************/\n/** CREDENTIALS **/\n/*****************/\n\n.callout[theme=\"🔑\"] {\n --emoji: unset;\n --icon: \"\\f023\"; /* https://fontawesome.com/v6/icons/lock */\n --icon-color: var(--color-text-minimum-icon);\n background: none;\n border: 0;\n padding: 0;\n display: flex;\n flex-flow: wrap;\n overflow: hidden;\n font-size: .9em;\n border-radius: 0;\n}\n\n.callout[theme=\"🔑\"] > .callout-heading {\n display: block;\n font-weight: normal;\n font-size: inherit;\n margin-top: 0;\n margin-right: 10px;\n margin-bottom: .4em;\n line-height: 2em;\n color: var(--color-text-minimum);\n white-space: nowrap;\n}\n\n.callout[theme=\"🔑\"] > p {\n margin: 0 10px .4em 0;\n font-size: inherit;\n}\n\n.callout[theme=\"🔑\"] > p > a {\n display: block;\n padding: 0 6px;\n background: var(--mollie-pills-background-callout);\n border-radius: 8px;\n color: var(--mollie-pills-foreground-callout) !important;\n line-height: 2em;\n text-decoration: none;\n white-space: nowrap;\n}\n\n/**********/\n/** MISC **/\n/**********/\n\n.heading .rdmd-code {\n font-size: unset;\n}\n\n.heading .rdmd-code + strong,\n.heading .rdmd-code + em {\n font-size: 0.875rem;\n font-weight: 400;\n font-style: normal;\n color: var(--color-text-minimum);\n}\n\n.heading .rdmd-code + strong + em {\n font-size: 0.875rem;\n font-weight: 400;\n font-style: normal;\n color: var(--mollie-negative);\n}\n\n.heading .rdmd-code + strong + del {\n font-size: 0.875rem;\n font-weight: 400;\n text-decoration: none;\n color: var(--color-text-minimum);\n}\n\n.heading + .heading:has(.rdmd-code) {\n margin-top: 1.5rem;\n}\n\n.heading:has(.rdmd-code) + blockquote {\n border-left-width: 0;\n color: unset;\n}\n\n.fa-anchor::before {\n content: \"\\f292\";\n}\n\n.HTTPStatus-chit {\n border: none;\n box-shadow: none;\n}\n\n.HTTPStatus.HTTPStatus_1 .HTTPStatus-chit {\n background: var(--mollie-neutral);\n}\n\n.HTTPStatus.HTTPStatus_2 .HTTPStatus-chit {\n background: var(--mollie-positive);\n}\n\n.HTTPStatus.HTTPStatus_3 .HTTPStatus-chit {\n background: var(--mollie-warning);\n}\n\n.HTTPStatus.HTTPStatus_5 .HTTPStatus-chit,\n.HTTPStatus.HTTPStatus_4 .HTTPStatus-chit {\n background: var(--mollie-negative);\n}\n\n.markdown-body .lightbox.open::after {\n content: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.24408 2.24414C2.56951 1.9187 3.09715 1.9187 3.42259 2.24414L8 6.82155L12.5774 2.24414C12.9028 1.9187 13.4305 1.9187 13.7559 2.24414C14.0814 2.56958 14.0814 3.09721 13.7559 3.42265L9.17851 8.00006L13.7559 12.5775C14.0814 12.9029 14.0814 13.4305 13.7559 13.756C13.4305 14.0814 12.9028 14.0814 12.5774 13.756L8 9.17857L3.42259 13.756C3.09715 14.0814 2.56951 14.0814 2.24408 13.756C1.91864 13.4305 1.91864 12.9029 2.24408 12.5775L6.82149 8.00006L2.24408 3.42265C1.91864 3.09721 1.91864 2.56958 2.24408 2.24414Z' fill='%23111111'/%3E%3C/svg%3E\");\n}\n\n[class*=\"PaginationControls-link\"]:active [class*=\"PaginationControls-icon\"] {\n color: var(--color-text-minimum-icon);\n}\n\n/*************************/\n/** GET STARTED ACTIONS **/\n/*************************/\n\nul.mollie-actions {\n display: grid;\n grid-template-columns: 1fr;\n gap: 0.5rem;\n margin: 1rem 0 2rem;\n padding: 0;\n}\n\n@media (min-width: 1000px) and (max-width: 1112px) {\n ul.mollie-actions {\n grid-template-columns: 1fr 1fr;\n }\n}\n\n@media (min-width: 1240px) {\n ul.mollie-actions {\n grid-template-columns: 1fr 1fr;\n }\n}\n\nli.mollie-actions-item.mollie-actions-item {\n position: relative;\n z-index: 0;\n background: var(--color-bg-page);\n border: 1px solid var(--color-border-default);\n list-style: none;\n margin: 0;\n display: flex;\n align-items: center;\n gap: 0.5rem;\n border-radius: var(--border-radius-lg);\n padding: 0.5rem 0.75rem;\n box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.05),\n 0px 4px 8px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);\n}\n\n.mollie-actions--filled .mollie-actions-content {\n height: 100%;\n}\n\n.mollie-actions-title {\n font-size: 0.9375rem;\n font-weight: 500;\n}\n\n.mollie-actions-description {\n color: var(--color-text-muted);\n}\n\n.mollie-actions-postfix {\n margin-inline-start: auto;\n}\n\n.mollie-actions-avatar {\n display: block;\n width: 2rem;\n height: 2rem;\n margin-inline-start: -.25rem;\n}\n\n.mollie-actions-icon {\n display: block;\n width: 1rem;\n height: 1rem;\n}\n\n/* Enlarge clickable area */\n.mollie-actions-link:after {\n content: \"\";\n position: absolute;\n inset: 0;\n border-radius: calc(var(--border-radius-lg) - 1.5px);\n}\n\n/* Background hover state for the entire card */\n.mollie-actions-link:before {\n content: \"\";\n position: absolute;\n inset: 0;\n background: var(--mollie-background-tertiary);\n border-radius: calc(var(--border-radius-lg) - 1.5px);\n z-index: -1;\n opacity: 0;\n transition: opacity 125ms cubic-bezier(0.68, 0.6, 0.12, 1.4);\n}\n\n.mollie-actions-link:hover {\n opacity: unset;\n}\n\n.mollie-actions-link:hover:before {\n opacity: 1;\n}\n\n/*******************/\n/** API REFERENCE **/\n/*******************/\n\n.rm-Playground {\n box-shadow: none;\n border-left: var(--border-width) solid var(--color-border-default);\n}\n\n@media (min-width: 1113px) {\n .rm-Playground {\n margin-left: 40px;\n }\n}\n\n.rm-PlaygroundRequest.rm-PlaygroundRequest {\n --APIRequest-bg: var(--mollie-black);\n --APIRequest-border: none;\n --APIRequest-shadow: none;\n --APIRequest-hr: none;\n --APIResponse-hr-shadow: none;\n}\n\n.rm-PlaygroundResponse.rm-PlaygroundResponse {\n --APIResponse-bg: var(--mollie-background-tertiary);\n --APIResponse-border: none;\n --APIResponse-hr: none;\n --APIResponse-hr-shadow: none;\n}\n\n/* Remove useless 'auth' box since we use static API examples */\n[class*=\"Playground-section\"]:has(.rm-APIAuth) {\n display: none;\n}\n.rm-APIAuth {\n display: none;\n}\n\n/* Remove input fields */\n.rm-ParamContainer .field > [class^=\"Param-form\"] {\n display: none;\n}\n\n/* Restrict 'array of objects' to a single object */\n.field-array-of-object [class*=\"Param-expand-button-icon_trash\"],\n.field-array-of-object section + section {\n display: none;\n}\n\n/* Do not display an array of strings */\n.field-array-of-string {\n display: none;\n}\n\n[class*=\"headline-container-article-info\"] + [class*=\"excerpt\"] {\n margin-top: 1rem;\n display: flex;\n flex-direction: column;\n gap: 15px;\n}\n\n[class*=\"headline-container-article-info\"] + [class*=\"excerpt\"]:before,\n[class*=\"headline-container-article-info\"] + [class*=\"excerpt\"]:after {\n display: none;\n}\n\n[class*=\"headline-container-article-info\"] + [class*=\"excerpt\"] > * {\n order: 2;\n margin: 0 !important;\n}\n\n[class*=\"headline-container-article-info\"] + [class*=\"excerpt\"] > .callout[theme=\"🔑\"] {\n order: 1;\n}\n\n[class*=\"headline-container-article-info-url\"] {\n font-family: var(\n --md-code-font,\n SFMono-Regular,\n Consolas,\n Liberation Mono,\n Menlo,\n Courier,\n monospace\n );\n color: var(--color-text-minimum);\n}\n\n[class*=\"APIHeader-url-parameter\"] {\n text-decoration: none;\n cursor: unset;\n}\n\n.field-array-of-object .icon-minus1[class*=\"Param-expand-button-icon\"]:before {\n content: \"\\ea0b\";\n}\n\n[class*=\"headline-container\"]:not([class*=\"headline-container-\"]) {\n margin-bottom: 1rem;\n border-bottom: none;\n padding-bottom: 0;\n font-size: 0.875rem;\n}\n\n.rm-APISectionHeader.rm-APISectionHeader {\n margin: 2.5rem 0 1rem 0;\n height: auto;\n font-size: 1.5em;\n}\n\n.rm-Playground .rm-APISectionHeader {\n margin-top: 1rem;\n}\n\n.rm-APIResponseSchemaPicker .rm-APISectionHeader {\n margin: 1rem 0;\n padding-top: 1rem !important;\n}\n\n.rm-APIResponseSchemaPicker .IconWrapper {\n font-size: 1rem;\n}\n\n[class*=\"APISectionHeader-heading\"]:not([class*=\"APISectionHeader-heading-\"]) {\n font-size: var(--api-section-header-size, 1.3125rem);\n color: unset;\n letter-spacing: -0.5px;\n}\n\n.rm-APISchema {\n padding-bottom: 0;\n margin-bottom: 1.5rem;\n border-bottom: none;\n}\n\n.rm-ParamContainer.rm-ParamContainer {\n --ParamContainer-bg: none;\n --ParamContainer-bg-alt: none;\n\n border-radius: 0;\n border: none;\n}\n\n.rm-ParamContainer p,\n.rm-ParamContainer ol,\n.rm-ParamContainer ul {\n font-size: unset !important;\n line-height: unset !important;\n}\n\n[class*=\"Param\"]:not([class*=\"Param-\"], .rm-ParamContainer) {\n padding: var(--param-padding, 1.5em) 0;\n margin-block: 0;\n margin-inline: 0 !important;\n}\n\n[class*=\"Param_topLevel\"]:not([class*=\"Param_topLevel-\"]) {\n padding: 0;\n margin: 0;\n}\n\n[class*=\"Param_topLevel\"]:not([class*=\"Param_topLevel-\"])\n+ [class*=\"Param_topLevel\"]:not([class*=\"Param_topLevel-\"]) {\n margin-top: 1rem;\n padding-top: 1rem;\n}\n\n[class*=\"Param\"]:not([class*=\"Param-\"]):not([class*=\"Param_\"]):first-child {\n margin-top: 0 !important;\n padding-top: 0;\n}\n\n[class*=\"Param\"]:not([class*=\"Param-\"]):not([class*=\"Param_\"]):last-child {\n margin-bottom: 0 !important;\n padding-bottom: 0;\n}\n\n/* Give sub-objects extra padding. */\nsection[class*=\"Param-expand\"]\n> [class*=\"Param-children\"]:not([class*=\"Param-children-\"]),\nsection[class*=\"Param-expand\"] > [class*=\"Param_topLevel\"] {\n --param-padding: 1rem;\n\n padding: 1rem;\n}\n\n[class*=\"Param-description\"]:not([class*=\"Param-description-\"]) {\n margin-top: 0.875rem;\n}\n\n[class*=\"Param\"]:not([class*=\"Param-\"])\n[class*=\"Collapsed\"]:not([class*=\"Collapsed-\"])\n[class*=\"Param-header\"]:not([class*=\"Param-header-\"]),\n[class*=\"Param\"]:not([class*=\"Param-\"])\n[class*=\"Collapsed\"]:not([class*=\"Collapsed-\"])\n[class*=\"Param-description\"]:not([class*=\"Param-description-\"]) {\n margin-left: 0;\n margin-right: 0;\n}\n\n[class*=\"Param-name\"]:not([class*=\"Param-name-\"]) {\n font-size: 0.875rem;\n background-color: var(--md-code-background);\n color: var(--md-code-text);\n font-family: var(\n --md-code-font,\n SFMono-Regular,\n Consolas,\n Liberation Mono,\n Menlo,\n Courier,\n monospace\n );\n padding: 0.2em 0.4em;\n}\n\n[class*=\"Param-type\"]:not([class*=\"Param-type-\"]),\n[class*=\"Param-required\"]:not([class*=\"Param-required-\"]) {\n font-size: 0.875rem;\n}\n\n[class*=\"Param-required\"]:not([class*=\"Param-required-\"]) {\n color: var(--mollie-negative);\n}\n\n.rm-APIResponseSchemaPicker\n[class*=\"Param-required\"]:not([class*=\"Param-required-\"]) {\n display: none;\n}\n\n[class*=\"Param-expand\"]:not([class*=\"Param-expand-\"]) {\n margin-top: 1rem;\n border-radius: 0.5rem;\n border-color: var(--mollie-gray-400);\n width: max-content;\n max-width: 100%;\n}\n\n[class*=\"Param-expand_expanded\"]:not([class*=\"Param-expand_expanded-\"]) {\n width: auto;\n}\n\n[class*=\"Param-expand-button\"]:not([class*=\"Param-expand-button-\"]) {\n border-radius: 0.5rem;\n font-size: 0.875rem;\n font-weight: 500;\n padding-block: 20px;\n padding-inline: 15px;\n box-shadow: none;\n}\n\n/* Hide regular 'show properties' button text */\n[class*=\"Param-expand-button\"]:not([class*=\"Param-expand-button-\"])\n> div:first-child {\n font-size: 0;\n color: var(--color-text-default);\n}\n\n/* Replace the text with something custom */\n[class*=\"Param-expand-button\"]:not([class*=\"Param-expand-button-\"])\n> div:first-child::after {\n display: block;\n font-size: 0.875rem;\n content: \"Show child parameters\";\n}\n\n[class*=\"Param-expand-button\"][class*=\"Param-expand-button_expanded\"]:not(\n [class*=\"Param-expand-button-\"]\n )\n> div:first-child::after {\n content: \"Hide child parameters\";\n}\n\n/* Readme renders an 'add more params' interactive button for empty objects. We do not use it */\nsection[class*=\"ParamAdditional\"]::after {\n display: block;\n content: \"Has additional fields\";\n font-weight: bold;\n font-size: 12px;\n}\n\nsection[class*=\"ParamAdditional\"] button[class*=\"Param-expand-button\"],\nsection[class*=\"Param-multischema\"] section[class*=\"Param-expand\"] + section[class*=\"Param-expand\"] {\n display: none;\n}\n\n[class*=\"Param-expand-button_expanded\"]:not(\n [class*=\"Param-expand-button_expanded-\"]\n ),\n[class*=\"Param-expand-button_expanded\"]:not(\n [class*=\"Param-expand-button_expanded-\"]\n ):hover {\n border-radius: 0.5rem 0.5rem 0 0;\n}\n\n[class*=\"Param-expand-button\"]:not([class*=\"Param-expand-button-\"]):hover {\n background: var(--mollie-gray-100);\n}\n\n[class*=\"Param-expand-button\"]:not([class*=\"Param-expand-button-\"])\n+ [class*=\"Param-children\"]:not([class*=\"Param-children-\"]),\n[class*=\"Param-expand-button\"]:not([class*=\"Param-expand-button-\"])\n+ [class*=\"Param_topLevel\"]:not([class*=\"Param_topLevel-\"]) {\n border-top-color: var(--mollie-gray-400);\n}\n\n.rm-APIResponseSchemaPicker {\n --APIResponseSchemaPicker-bg: var(--mollie-gray-75);\n --APIResponseSchemaPicker-bg-alt: var(--mollie-gray-75);\n --APIResponseSchemaPicker-bg-hover: var(--mollie-gray-100);\n --APIResponseSchemaPicker-border: none;\n\n --api-section-header-size: 1rem;\n --md-code-background: var(--mollie-background-quaternary);\n --param-padding: 1rem;\n}\n\n[data-color-mode=dark] .rm-APIResponseSchemaPicker {\n --APIResponseSchemaPicker-bg: var(--mollie-gray-200);\n --APIResponseSchemaPicker-bg-alt: var(--mollie-gray-200);\n --APIResponseSchemaPicker-bg-hover: var(--mollie-gray-300);\n --APIResponseSchemaPicker-border: none;\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=system] .rm-APIResponseSchemaPicker,\n [data-color-mode=auto] .rm-APIResponseSchemaPicker {\n --APIResponseSchemaPicker-bg: var(--mollie-gray-200);\n --APIResponseSchemaPicker-bg-alt: var(--mollie-gray-200);\n --APIResponseSchemaPicker-bg-hover: var(--mollie-gray-300);\n --APIResponseSchemaPicker-border: none;\n }\n}\n\n[class*=\"SchemaItems\"]:not([class*=\"SchemaItems-\"]) {\n padding: 0 1rem 1rem;\n}\n\n[class*=\"APIResponseSchemaPicker-option\"]:not(\n [class*=\"APIResponseSchemaPicker-option-\"]\n ):not(:first-child) {\n border-top: 1px solid var(--color-border-default);\n}\n\n[class*=\"APIResponseSchemaPicker-option-toggle\"] {\n position: relative;\n padding: 1rem;\n}\n\n[class*=\"APIResponseSchemaPicker-option-toggle\"].active:after {\n content: \"\";\n position: absolute;\n height: 1px;\n left: 1rem;\n right: 1rem;\n bottom: 1px;\n background: var(--color-border-default);\n}\n\n[class*=\"APIResponseSchemaPicker-label\"]:not(\n [class*=\"APIResponseSchemaPicker-label-\"]\n ) {\n font-size: 0.875rem;\n}\n\n[class*=\"APIResponseSchemaPicker-description\"]:not(\n [class*=\"APIResponseSchemaPicker-description-\"]\n ) {\n font-size: 14px;\n color: var(--color-text-muted);\n}\n\n.rm-LanguagePicker {\n --border-radius-lg: 0.5rem;\n}\n\n.rm-LanguagePicker .Dropdown {\n display: none;\n}\n\n.rm-LanguageButton {\n flex: 1 0 auto;\n}\n\n.rm-PlaygroundResponse {\n margin-top: 1rem;\n}\n\n[class*=\"APIRequest-header\"]:not([class*=\"APIRequest-header-\"]),\n[class*=\"APIResponse-header\"]:not([class*=\"APIResponse-header-\"]) {\n font-size: 0.875rem;\n}\n\n[class*=\"APIResponse-header-tab\"] {\n font-size: 0;\n}\n\n[class*=\"APIResponse-header-tab\"]:before {\n font-size: 0.875rem;\n content: \"Response\";\n}\n\n[class*=\"Main-QuickNav-container\"]:not([class*=\"Main-QuickNav-container-\"]) {\n display: none;\n}\n\n[class*=\"QuickNav-button\"]:not([class*=\"QuickNav-button-\"]) {\n --QuickNav-key-bg: var(--mollie-background-secondary);\n}\n\n.rm-Guides #content-head {\n border-bottom: none;\n padding-bottom: 0;\n}\n\n.rm-Guides .content-body,\n.rm-Guides .content-toc {\n padding-top: 0;\n margin-top: 1rem;\n}\n\n.rm-ReferenceMain .content-body {\n width: var(--hub-main-max-width);\n max-width: 100%;\n}\n\n.rm-Guides .content-toc {\n margin-top: -3.90625rem;\n padding-top: 2rem;\n max-height: calc(100vh - 4rem);\n}\n\n[class*=\"Playground-section\"]:not([class*=\"Playground-section-\"]) {\n padding-inline: 24px;\n}\n\n.rm-Guides a.suggestEdits {\n position: fixed;\n bottom: 1rem;\n right: 1rem;\n z-index: 999;\n padding: 0.625rem 0.75rem;\n background: var(--mollie-gray-200);\n color: var(--color-text-default);\n border-radius: 9999em;\n font-size: 0.875rem;\n font-weight: 500;\n}\n\n.rm-Guides a.suggestEdits:hover {\n color: var(--color-text-default);\n background: var(--mollie-gray-300);\n}\n\n.rm-Guides a.suggestEdits > i {\n display: none;\n}\n\n[data-testid=\"inactive-banner\"] {\n display: none;\n}\n\n.content-toc {\n padding-top: 2rem;\n}\n\n.content-toc .tocHeader .icon {\n opacity: 0;\n}\n\n.PageThumbs-helpful {\n color: var(--color-text-muted);\n}\n\n.Button_secondary_text {\n color: var(--color-text-muted);\n}\n\n.DateLine {\n color: var(--color-text-muted);\n}\n\n.DateLine .icon {\n display: none;\n}\n\n.rm-APIMethod {\n display: inline-flex;\n align-items: center;\n gap: 0.25rem;\n padding: 0 0.375rem;\n border-radius: 999em;\n line-height: 1rem;\n font-size: 0.625rem;\n font-weight: 500;\n vertical-align: middle;\n max-width: fit-content;\n white-space: nowrap;\n width: auto;\n text-shadow: none;\n box-shadow: none;\n background: var(--mollie-pills-background-neutral);\n color: var(--mollie-pills-foreground-neutral);\n}\n\n.APIMethod_post {\n background: var(--mollie-pills-background-informative);\n color: var(--mollie-pills-foreground-informative);\n}\n\n.APIMethod_get {\n background: var(--mollie-pills-background-positive);\n color: var(--mollie-pills-foreground-positive);\n}\n\n.APIMethod_delete {\n background: var(--mollie-pills-background-negative);\n color: var(--mollie-pills-foreground-negative);\n}\n\n[class*=\"APIRequest-footer-toggle-button\"],\n[class*=\"APIRequest-footer-toggle-button\"]:not(.disabled):hover {\n color: var(--mollie-neutral);\n}\n\n.rm-Tooltip {\n border-width: 0;\n}\n\n/************/\n/** FOOTER **/\n/************/\n\nfooter:has(.mollie-discord) {\n box-sizing: border-box;\n position: relative;\n max-width: var(--container-lg);\n padding: 0 var(--hub-toc-width) 0 var(--hub-sidebar-width);\n line-height: 110%;\n margin: 0 auto;\n width: 100vw;\n}\n\n.inactive + footer {\n display: none;\n}\n\nbody:has(.rm-Guides, .rm-ReferenceMain) footer:has(.mollie-discord) {\n padding: 0 calc(var(--hub-toc-width) - 40px) 0 var(--hub-sidebar-width);\n}\n\n@media (min-width: 769px) {\n body:has(.rm-Playground) footer:has(.mollie-discord) {\n padding: 0 var(--hub-playground-width) 0 var(--hub-sidebar-width);\n }\n}\n\n@media (max-width: 1112px) {\n body:not(:has(.rm-Guides)) footer:has(.mollie-discord) {\n padding-left: 0 !important;\n }\n body:not(:has(.rm-Playground)) footer:has(.mollie-discord) {\n padding-right: 0 !important;\n }\n}\n\n@media (max-width: 768px) {\n footer:has(.mollie-discord) {\n padding-left: 0 !important;\n }\n\n .mollie-discord-wrapper {\n min-height: 2rem;\n }\n}\n\n.mollie-discord-wrapper {\n position: relative;\n}\n\nbody:has(.rm-Guides, .rm-ReferenceMain) .mollie-discord-wrapper {\n max-width: 880px;\n}\n\nbody:has(#ssr-main:not(:empty)) .mollie-discord {\n position: absolute;\n bottom: 1rem;\n left: 50%;\n transform: translateX(-50%);\n font-size: 12px;\n text-align: center;\n width: max-content;\n max-width: 100%;\n padding: 0 2rem 1rem;\n box-sizing: border-box;\n}\n\n/************/\n/** SEARCH **/\n/************/\n\n[class*=\"AlgoliaSearch\"]:not([class*=\"AlgoliaSearch-\"]) {\n --AlgoliaSearch-background: var(--mollie-background-primary);\n}\n\n@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {\n [class*=\"AlgoliaSearch\"]:not([class*=\"AlgoliaSearch-\"]) {\n --AlgoliaSearch-background: var(--mollie-background-primary-rgb);\n }\n}\n\n[data-color-mode=\"dark\"] #hub-search-results .modal-backdrop {\n background: rgba(255, 255, 255, .1);\n}\n\n@media (prefers-color-scheme: dark) {\n [data-color-mode=\"system\"] #hub-search-results .modal-backdrop,\n [data-color-mode=\"auto\"] #hub-search-results .modal-backdrop {\n background: rgba(255, 255, 255, .1);\n }\n}\n\n.ChangelogPost_date39xQGaRNf7jP {\n margin-top: 8px !important;\n}\n\n/**********************************************************************************************************************/\n/** DO NOT EDIT THIS CSS FILE MANUALLY. README DOES NOT OFFER VERSION CONTROL FOR CUSTOM CSS. WE USE GITLAB INSTEAD. **/\n/** Just open a merge request in GitLab. After merging the change to `master`, copy-paste the file here. **/\n/**********************************************************************************************************************/","js":null,"html":{"header":"
\n
\n
","home_footer":"
","page_footer":"
"}},"header":{"type":"solid","gradient_color":null,"link_style":"buttons","overlay":{"fill":"auto","type":"triangles","position":"top-left","image":{"uri":null,"url":null,"name":null,"width":null,"height":null,"color":null,"links":{"original_url":null}}}},"ai":{"dropdown":"enabled","options":{"chatgpt":"enabled","claude":"enabled","clipboard":"enabled","copilot":"enabled","view_as_markdown":"enabled"}},"navigation":{"first_page":"documentation","left":[],"logo_link":"landing_page","page_icons":"enabled","right":[],"sub_nav":[{"type":"link_url","title":"Support","url":"https://help.mollie.com/hc/en-us","custom_page":null}],"subheader_layout":"links","version":"disabled","links":{"home":{"label":"Home","visibility":"disabled"},"graphql":{"label":"GraphQL","visibility":"disabled"},"guides":{"label":"Guides","alias":"Guides","visibility":"enabled"},"reference":{"label":"API Reference","alias":"API Reference","visibility":"enabled"},"recipes":{"label":"Recipes","alias":"Walkthroughs","visibility":"disabled"},"changelog":{"label":"Changelog","alias":"Changelog","visibility":"enabled"},"discussions":{"label":"Discussions","alias":null,"visibility":"disabled"}}}},"git":{"connection":{"repository":{},"organization":null,"status":"inactive"}}}},"version":{"_id":"64edc74247c1d3000c0ca433","version":"1.0","version_clean":"1.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64edc74247c1d3000c0ca435","64edc74247c1d3000c0ca435","64edc74247c1d3000c0ca437","64edc74247c1d3000c0ca440","64edc9ec39015f007afec6c2","662a4974bfb85d0012d1fc70","662a49769fde380051698bea","662a49769fde380051698beb","662a49777055770050317788","662a49777055770050317789","662a49a048613f00374b92dd","662a49e5c43a2000578e0aee","662cf3d7aa2b7000758bd79b","662e3db5e816e200511c310d","662e5882ceb83e003c8b3ee0","66472821f403ac0010d9aa44","66476bbcb8ac3c002b526234","66476c09fa113a00110c5bd9","66477bdd202f8f006b120d2a","66487bb00a993c005a7123c0","6649f6364a85e80012e8e974","6649f966c36e6e003232dc9b","664b0f29236e0c0058d568ff","664b11cac0665b0030cc8e3a","665a458d937b7b00226a25d4","6660cfce68c038003786e3c1","6660d388576121006f4fc80f","6662d3e9dab80f0011f32883","6662d40d2ab82e004f85fd7e","666339be60952f0031f18b03","666339e43cabdf00388dfce9","66633a02399c88002bacc55a","66633a0c3cabdf00388dfd0d","66633a1769b7bd0030e08781","66633a5d8b0688006f75cd92","66633af8a4d6b5002deef8f8","66633b28794f8c005bc6a060","666380cfda9518005ac86c2d","6663810c14fd9600591d6dc2","668d493e0e0f44007241b6a0","668e5a67746fac002e57c53e"],"project":"64edc74247c1d3000c0ca42d","releaseDate":"2023-08-29T10:24:02.371Z","createdAt":"2023-08-29T10:24:02.391Z","updatedAt":"2025-07-18T09:11:30.950Z","__v":169,"apiRegistries":[{"filename":"accepting-payments.json","uuid":"54u4dqzmd8ln4xk"},{"filename":"receiving-orders.json","uuid":"54u4ftcmd8ln4sw"},{"filename":"recurring.json","uuid":"1diwgtgrmd7ci4kz"},{"filename":"mollie-connect.json","uuid":"1diwgw17md7ci84q"},{"filename":"business-operations.json","uuid":"54u4fetmd8lmhk0"},{"filename":"revenue-collection.json","uuid":"54u4fetmd8lnrq1"}],"pdfStatus":"","source":"readme"}},"is404":false,"isDetachedProductionSite":false,"lang":"en","langFull":"Default","reqUrl":"/reference/testing","version":{"_id":"64edc74247c1d3000c0ca433","version":"1.0","version_clean":"1.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["64edc74247c1d3000c0ca435","64edc74247c1d3000c0ca435","64edc74247c1d3000c0ca437","64edc74247c1d3000c0ca440","64edc9ec39015f007afec6c2","662a4974bfb85d0012d1fc70","662a49769fde380051698bea","662a49769fde380051698beb","662a49777055770050317788","662a49777055770050317789","662a49a048613f00374b92dd","662a49e5c43a2000578e0aee","662cf3d7aa2b7000758bd79b","662e3db5e816e200511c310d","662e5882ceb83e003c8b3ee0","66472821f403ac0010d9aa44","66476bbcb8ac3c002b526234","66476c09fa113a00110c5bd9","66477bdd202f8f006b120d2a","66487bb00a993c005a7123c0","6649f6364a85e80012e8e974","6649f966c36e6e003232dc9b","664b0f29236e0c0058d568ff","664b11cac0665b0030cc8e3a","665a458d937b7b00226a25d4","6660cfce68c038003786e3c1","6660d388576121006f4fc80f","6662d3e9dab80f0011f32883","6662d40d2ab82e004f85fd7e","666339be60952f0031f18b03","666339e43cabdf00388dfce9","66633a02399c88002bacc55a","66633a0c3cabdf00388dfd0d","66633a1769b7bd0030e08781","66633a5d8b0688006f75cd92","66633af8a4d6b5002deef8f8","66633b28794f8c005bc6a060","666380cfda9518005ac86c2d","6663810c14fd9600591d6dc2","668d493e0e0f44007241b6a0","668e5a67746fac002e57c53e"],"project":"64edc74247c1d3000c0ca42d","releaseDate":"2023-08-29T10:24:02.371Z","createdAt":"2023-08-29T10:24:02.391Z","updatedAt":"2025-07-18T09:11:30.950Z","__v":169,"apiRegistries":[{"filename":"accepting-payments.json","uuid":"54u4dqzmd8ln4xk"},{"filename":"receiving-orders.json","uuid":"54u4ftcmd8ln4sw"},{"filename":"recurring.json","uuid":"1diwgtgrmd7ci4kz"},{"filename":"mollie-connect.json","uuid":"1diwgw17md7ci84q"},{"filename":"business-operations.json","uuid":"54u4fetmd8lmhk0"},{"filename":"revenue-collection.json","uuid":"54u4fetmd8lnrq1"}],"pdfStatus":"","source":"readme"},"gitVersion":{"base":null,"display_name":null,"name":"1.0","release_stage":"release","source":"readme","state":"current","updated_at":"2025-07-18T10:24:59.000Z","uri":"/branches/1.0","privacy":{"view":"default"}},"versions":{"total":1,"page":1,"per_page":100,"paging":{"next":null,"previous":null,"first":"/molapi/api-next/v2/branches?page=1&per_page=100","last":null},"data":[{"base":null,"display_name":null,"name":"1.0","release_stage":"release","source":"readme","state":"current","updated_at":"2025-07-18T10:24:59.724Z","uri":"/branches/1.0","privacy":{"view":"default"}}],"type":"version"}}">