The payment claim link object
string
Unique identifier with
pcl_ prefix (e.g., pcl_abc123def456).string
Always
"payment_claim_link".string
Link status:
active, used, or expired.string
When the link expires (ISO 8601).
integer
Maximum number of times the link can be used.
integer
Number of times the link has been used.
string
When the link was last used (ISO 8601).
null if never used.string
Additional notes or metadata.
string
The full URL to share with the customer.
string
The customer this link belongs to.
string
ID of the resulting payment claim.
null if not used.boolean
Whether the link can still be used.
boolean
Whether the link has expired.
string
When the link was created (ISO 8601).
string
When the link was last updated (ISO 8601).
List payment claim links
integer
default:"1"
Page number for pagination. Results are returned 25 items per page.
Response
Get payment claim link
string
required
The payment claim link’s ID (e.g.,
pcl_abc123def456).Response
Create payment claim link
string
required
The customer’s ID (e.g.,
cust_abc123def456). Must belong to your account.string
When the link expires (ISO 8601 format). Defaults to 24 hours from now.
integer
default:"1"
Maximum number of times the link can be used. Must be greater than 0.
string
Additional notes or metadata for the link.
Response
Error responses
Customer not found
Invalid max_uses
Delete payment claim link
string
required
The payment claim link’s ID (e.g.,
pcl_xyz789abc123).204 No Content on successful deletion.
Link statuses
Checking link usability
Theusable field indicates whether a link can still be used. A link is usable if:
- Status is
active. - Not expired (
expires_atis in the future). - Use count is less than
max_uses.
Usage flow
- Create a payment claim link for a customer using their ID.
- Share the link with the customer (via email, SMS, etc.).
- Customer visits the link and submits their payment information.
- Review the submission in your dashboard under Crypto Payment Claims.
- Approve or reject the payment claim.
- Optionally delete the link if no longer needed.
Sandbox support
The API respects sandbox scoping. If your API token is associated with a sandbox, you can only access links created in that sandbox. Links created in sandbox mode will be isolated from production data.