Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the Payment Link to get
Response
The requested 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"