cURL
curl --request GET \ --url https://rcur.app/api/v2/follow-ups/{id}
{ "id": "fu_abc123", "description": "Failed payment for subscription", "type": "retry", "status": "pending", "amount": "29.99", "currency": "EUR", "created_at": "2025-01-15 10:30:00", "mollie_profile_id": "pfl_abc123", "mollie_payment_id": "tr_abc123", "reason": "Insufficient funds", "reason_code": "AM04", "retries_done": 2, "mails_sent": 1, "next_retry_at": "2025-02-01", "customer": {}, "subscription": {}, "order": {} }
Follow-up details
"fu_abc123"
"Failed payment for subscription"
both
link
retry
"retry"
pending
solved
failed
"pending"
"29.99"
EUR
"EUR"
"2025-01-15 10:30:00"
"pfl_abc123"
"tr_abc123"
"Insufficient funds"
"AM04"
2
1
"2025-02-01"