Drop-in checkout links

The Drop-in Checkout Links allow businesses to create simple, shareable URLs that lead customers directly to a checkout page. This resource is ideal for those seeking a streamlined, efficient way to facilitate transactions without needing a full-fledged eCommerce site. By using Checkout Links, businesses can improve the customer experience, increase conversion rates, and simplify the payment process, all while maintaining secure and reliable transactions.

get

Get all checkout links.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
endingBeforestringOptional

A cursor for use in pagination. The endingBefore parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with xyz your subsequent calls can include endingBefore=xyz in order to fetch the previous page of the list.

startingAfterstringOptional

A cursor for use in pagination. The startingAfter parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with xyz, your subsequent calls can include startingAfter=xyz in order to fetch the next page of the list.

limitinteger · min: 1 · max: 100Optional

A limit on the number of objects returned. Limit can range between 1 and 100, and the default is 10.

idsstring[]Optional

Only return objects with these IDs.

Responses
200

200 OK

application/json
get
/drop-in/checkout-links

Creates a new Drop-in checkout link

post

Creates a new Drop-in checkout link

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
sessionIdstringOptional

The session identifier.

Example: eyJjdHkiOiJKV1QiLCJlbmMiOiJBMTI4R0NNIiw
Responses
post
/drop-in/checkout-links
delete

Deletes the checkout link so it cannot be used after this operation.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Link ID

Responses
delete
/drop-in/checkout-links/{id}

No content

Last updated