v1
latestOpenAPI 3.1.0CC-BY-NC-SA-4.02026-07-2413803.8 MBPayments API
Update payment
Certain details of an existing payment can be updated.
Updating the payment details will not result in a webhook call.
🔑 Access with
API key
Advanced access token with payments.write
OAuth access with payments.write
patch/payments/{paymentId}
Request body
Example request
{
"description": "Chess Board",
"redirectUrl": "https://example.org/redirect",
"cancelUrl": "https://example.org/cancel",
"webhookUrl": "https://example.org/webhooks",
"method": [
"ideal"
],
"locale": "en_US",
"dueDate": "2025-01-01",
"restrictPaymentMethodsToCountry": "NL",
"issuer": "ideal_INGBNL2A",
"billingAddress": {
"title": "Mr.",
"givenName": "Piet",
"familyName": "Mondriaan",
"organizationName": "Mollie B.V.",
"streetAndNumber": "Keizersgracht 126",
"streetAdditional": "Apt. 1",
"postalCode": "1234AB",
"email": "piet@example.org",
"city": "Amsterdam",
"region": "Noord-Holland",
"country": "NL"
},
"shippingAddress": {
"title": "Mr.",
"givenName": "Piet",
"familyName": "Mondriaan",
"organizationName": "Mollie B.V.",
"streetAndNumber": "Keizersgracht 126",
"streetAdditional": "Apt. 1",
"postalCode": "1234AB",
"email": "piet@example.org",
"city": "Amsterdam",
"region": "Noord-Holland",
"country": "NL"
},
"billingEmail": "test@example.com"
}