Skip to main content
POST
Create Payment Link

Create Payment Link

Generate a payment link that customers can use to complete checkout. Payment links automatically handle HSA/FSA eligibility detection and can be used for both one-time and recurring payments.
All monetary amounts are integers in cents (e.g., 4995 = $49.95).

Authentication

Request Body

Parameters

Response

Example

Subscription Intervals

Webhooks

When a customer completes payment on a payment link, Gale sends webhook events to your registered endpoints:
  • order.completed โ€” Payment captured successfully
  • order.failed โ€” Payment failed or declined
See Webhooks Reference for payload examples and setup instructions.

Errors