API endpoint mapping
Create a payment request
- Payment Link API
- Checkouts API
Key changes
Key changes
- Request body schema is identical — no changes required
- Only the URL path changes from
/payment-linksto/checkouts
List payment requests
- Payment Link API
- Checkouts API
Key changes
Key changes
- Response key changes from
paymentLinkstocheckouts - Pagination (
pageSize,pageToken,nextPageToken) is unchanged - Status filter values are unchanged
Retrieve a specific payment request
- Payment Link API
- Checkouts API
Key changes
Key changes
- Path parameter renamed from
paymentLinkIdtoid - ID format (24-character hexadecimal) is unchanged
Deactivate a payment request
- Payment Link API
- Checkouts API
Key changes
Key changes
- Path parameter renamed from
paymentLinkIdtoid - Behavior is identical — only
ACTIVEresources can be deactivated
Response schema mapping
Payment details
Webhook event mapping
Updating your subscriptions
- Payment Link API subscription
- Checkouts API subscription
Event type mapping
Node.js implementation examples
- Payment Link API
- Checkouts API