Skip to main content

Request the payment

Create the request with POST /payment-requests. Address the payer by email, phone, party id, agent id, or handle, the same set you use for a payment counterparty.
The response carries the request id (prq_*) and the paymentLinkUrl. Natural delivers the payment request over email or phone number.

Track it

Check status any time with GET /payment-requests/{paymentRequestId}. A request stays OPEN until the payer settles it.

Cancel it

Cancel an open request with POST /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.