Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Description of the Payment Link, which will also show up on the bank statement of the payer.
"Contribution costs"
Amount to be charged in Euro (EUR), as string
.
"12.95"
Optional date after when the payment link should not work anymore, as format YYYY-mm-dd
.
"2024-05-04"
Indicates if the payment link can be used multiple times. If false
or omitted, the link can only be used once to pay.
true
Response
The created Payment Link
Payment Link
ID of the offer, always starting with plk_
.
"plk_abc12345def678"
Description which will be used on the bank statement of the payer
"Contribution costs"
Currency
"EUR"
Amount value as string
.
"12.95"
Indicates if the link can be used multiple times after a payment was successful
true
Date and time the link will expire and so not longer can used, if set. Written in ATOM format.
"2024-05-14T21:00:00+02:00"
Current status of the link. Possible values are open
, paid
, expired
and closed
.
"open"
The actual link where you can redirect a payer to for doing the payment. Will return null
when the payment link can no longer be used.
"https://demo.mijnklantportaal.nl/payment-link/plk_abc12345def678"
Date and time when the payment link was created. Written in ATOM format.
"2024-04-29T21:00:00+02:00"