Create payment requestCopy Pagepost https://api.advancehq.com/v1/payments/payment-requestCreates a new payment requestBody ParamsRequest body for creating a standalone payment request (not tied to a plan).allowed_payment_methodsarray of objects | nullAllowed Payment MethodsAllowed:checkout_achcheckout_credit_cardADD stringamountnumberstringrequiredRequested payment amount in dollarsdetailsstring | nullDescription shown to the customer on the payment pageinsured_idstring | nullLinks this request to an existing insured record. Enables filtering by insured via GET /v1/payments/payment-requests?insured_id=...payment_expirationdate-timeWhen the payment link expires. Defaults to 30 days from creation.recipient_emailstring | nullEmail address of the intended payer. Used to send the payment link if send_email_to_recipient is true.send_email_to_recipientbooleanDefaults to falseWhether to send payment link email to the recipienttruefalseuser_metadataobject | nullCustom key-value data you want to attach to this request. Returned as-is in responses.User Metadata object | nullResponses 200Successful Response 400Bad Request - Invalid input parameters or malformed request body 401Unauthorized - Missing or invalid authentication credentials 403Forbidden - Insufficient permissions to access this resource 404Not Found - The requested resource does not exist 422Validation Error 429Too Many Requests - Rate limit exceeded 500Internal Server Error - An unexpected error occurredUpdated about 2 months ago Get payment counts by statusGet payment request by IDDid this page help you?YesNo