cURL
curl --request GET \ --url https://rcur.app/api/v2/payments \ --header 'Authorization: Bearer <token>'
[ { "id": "pay_abc123", "mollie_payment_id": "tr_abc123", "mollie_payment_status": "paid", "webhook_url": "https://example.com/webhook" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of payments
"pay_abc123"
"tr_abc123"
open
canceled
pending
authorized
expired
failed
paid
"paid"
"https://example.com/webhook"