Payments
Create payment
https://rcur.app/api/v2/payments
Requires your API key as Authorization: Bearer <key>. See authentication.
Request body
application/jsonPayment data
-
amountnumber requiredPayment amount
-
currencystring requiredCurrency
One of
AEDAUDBGNBRLCADCHFCZKDKKEURGBPHKDHUFILSISKJPYMXNMYRNOKNZDPHPPLNRONSEKSGDTHBTWDUSDZAR -
methodstringPayment method
One of
idealcreditcardbancontactsofortepsgiropaybelfiuskbcbanktransfer -
mollie_customer_idstring requiredMollie customer ID
-
descriptionstring requiredPayment description
-
redirect_urlstring requiredURL to redirect after payment
-
webhook_urlstringWebhook URL for status updates
-
mollie_profile_idstringMollie profile ID
Responses
200 Payment created successfully PaymentCreated object
-
idstring required -
mollie_payment_idstring required -
statusstring requiredOne of
openpending -
mollie_checkout_urlstring required
422 Validation error ValidationError object
-
statusinteger required -
errorstring required -
fieldsobject