When a member’s balance is negative, they will receive payment reminders from Openpay via sms/email, with a link to pay their balance. If the balance is not below zero, the url returned will be null.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.openpay.dk/v1/accounts/1234/members/1234/payment_link'
Response Response Example
{"url":"https://app.openpay.dk/..."}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.