Payment Links make selling a single item for a fixed price or accepting arbitrary cryptocurrency amounts easy. Payment Links can have many charges, and each order is automatically generated per customer. To integrate payment links, payment buttons may be incorporated into a website. Each payment link has a publicly accessible hosted page that can be shared with anybody.

The payment links object

Attributes


id string
Unique identifier for the checkout object


business_id string
Unique identifier for the business associated with the checkout object


name string
Name of the checkout object


description string
Description of the checkout object


payment_link_type string
Type of checkout (e.g., fixed_price, donation)


requested_info array
List of information requested from the customer during checkout (e.g., name, email, phone)


local_amount integer
Amount of the checkout in the local currency (e.g., 5000 for NGN)


local_currency string
Local currency of the checkout (e.g., NGN for Nigerian naira)


active boolean
Whether the checkout object is currently active


created_at string
Timestamp for when the checkout object was created (e.g., "2023-02-24T23:05:56.851791358Z")


updated_at string
Timestamp for when the checkout object was last updated (e.g., "2023-02-24T23:05:56.851791452Z")