Skip to main content

Create a new payment link

POST 

/payment-links

Create a new payment link for receiving payments

Request

Body

required

Payment link details

    purpose stringrequired

    Possible values: <= 255 characters

    Purpose of the payment link

    amount numbernullable

    Amount to be paid (optional)

    description stringnullable

    Possible values: <= 255 characters

    Additional description for the payment link

Responses

Payment link created successfully

Schema
    data object
    public_url string

    Public URL for the payment link

    is_active boolean

    Payment link status

    message string
Loading...