RCUR

Payments

List payments

get https://rcur.app/api/v2/payments

Requires your API key as Authorization: Bearer <key>. See authentication.

Responses

200 List of payments object
  • data array of Payments
    4 child attributes · Payment
    • id string required
    • mollie_payment_id string required
    • mollie_payment_status string required

      One of open canceled pending authorized expired failed paid

    • webhook_url string nullable
Try it Send this request with your own API key

Requests run against the live data of the organization that owns the key.