Skip to main content

Update some specific data (email, mobile number) associated with the paylink until the link is used. If a paylink is not paid then it’s status can be changed to ‘Cancelled’.

Path Parameters
  • paylink_id string required

    The paylink ID

Request Body
  • email string

    Email address

  • mobile_number string

    Customer mobile number

  • status string

    Paylink status

Responses

OK

Response Headers

    Schema
    • id integer
    • status string
    • created_by string
    • amount integer
    • currency string
    • transaction_type string
    • customer_name string
    • customer_email string
    • phone_number string
    • payment_method string[]
    • is_decide_amount boolean
    • notes string
    Loading...