Skip to main content

Get Bill / Payment Link

GET 

/v2/pwf/:bill_id/bill

An endpoint to get a specific payment link.

Request

Path Parameters

    bill_id stringrequired

    Flip’s bill link id

Responses

Expected Get All bill Response

Schema

    link_id integer
    link_url string
    title string
    type string
    amount integer
    redirect_url string
    expired_date date-time
    created_from string
    status string
    is_address_required integer
    is_phone_number_required integer
    step integer
Loading...