Create and retrieve payment request links. Kulmi Pay emails a hosted checkout URL to your customer and optionally sends a follow-up reminder.
Pay requests let you generate a personalized payment link and email it directly to a customer. Kulmi Pay hosts the checkout page — your customer receives an email with a link they open to complete the payment at their convenience. You can optionally set an amount, a payment reason, and an automatic reminder.Base URL:https://app.kulmipay.com/api/v1/payment/collection/pay-requests/
Number of days after creation before Kulmi Pay automatically sends a reminder email to the customer. Accepted values: 0 (no reminder), 1, 2, 3, or 7. Defaults to 0.
Method:GET URL:https://app.kulmipay.com/api/v1/payment/collection/pay-requests/{request_id}/Pass the request_id from the create response as a path parameter. The response shape is identical to the create response.
Kulmi Pay sends the payment email immediately after the pay request is created, as long as the sent_status is not FAILED. If email delivery fails, the failed_details field contains the error description.