Get payment

GET https://rcur.app/api/v2/payments/{id}

Path Parameters

Name
Type
Description

{id}*

String

The ID of the RCUR payment

{
    "id": "OBNJ3NAV8a",
    "mollie_payment_id": "tr_craNyczyz6",
    "mollie_payment_status": "paid",
    "webhook_url": null
}

Last updated

Was this helpful?