Authorizations
An API key that grants access to the Connect API. You can create and manage API keys in the portal.
Headers
A unique key to ensure idempotency of requests. If a request with the same key has already been processed, the same result will be returned. The key must be unique for each distinct operation. Keys are expired after 24 hours, but we recommend using a new key for each request.
Modified requests with the same idempotency keys are rejected with a 409 Conflict
status code.
256
Path Parameters
The unique identifier for the payment link.
Response
Payment link details.
A hosted payment link created from a payment intent that can be shared with customers.
Unique identifier for the payment link.
"j47ac10b-58cc-4372-a567-0e02b2c3d479"
The shareable URL for the payment link.
"https://checkout.yourapp.com/pay/j47ac10b-58cc-4372-a567-0e02b2c3d479"
Current status of the payment link.
ACTIVE
, EXPIRED
, COMPLETED
, CANCELLED
When the payment link was created.
"2024-01-15T10:00:00Z"
When the payment link was last updated.
"2024-01-15T10:00:00Z"
Optional description for the payment link.
"Pay your monthly subscription"
ID of the completed payment (if status is completed).
"k47ac10b-58cc-4372-a567-0e02b2c3d479"
When the payment link expires.
"2024-12-31T23:59:59Z"
When the payment was completed (if status is completed).
"2024-01-15T14:30:00Z"
A set of key-value pairs that can be attached to an object for storing additional information in a semi-structured format.