Services

PaymentLink:Create

You can create a payment page for invoice payments & donations

post/services/{serviceId}/paymentlink

Path parameters

serviceIdId required— unresolved $ref

Request body

securityModeSecurityMode required— unresolved $ref
countryCodeCountryCode — unresolved $ref
languagestring required

The language code supplied needs to be a locale in i18n format. The available languages can be retrieved with the Core Data API Languages (https://developer.pay.nl/reference/get_languages) where the hostedPaymentPageLanguageAvailable flag is set to 'True'

Response

Ok.

urlstring uri

The paylink url.

securityMode0 | 1 | 2 | 3 required

0: URL, amount and variables can be changed 1: Amount is fixed. URL and variables can be changed 2: Pre filled variable can be changed. Amount is fixed 3: URL, amount and variables are fixed. Only empty variables can be filled

Example response

{
  "url": "https://example.com"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.