Request the payment
Create the request withPOST /payment-requests. Address the payer by email, phone, party id, agent id, or handle, the same set you use for a payment counterparty.
id (prq_*) and the paymentLinkUrl. Natural delivers the payment request over email or phone number.
Track it
Check status any time withGET /payment-requests/{paymentRequestId}. A request stays OPEN until the payer settles it.
Cancel it
Cancel an open request withPOST /payment-requests/{paymentRequestId}/cancel to void its payment link and move it to CANCELED. Once a payer fulfills one, it’s money movement and settles normally.