Retrieve a payment link's line items
GET
/v1/payment_links/{id}/line_itemsWhen retrieving a payment link, there is an includable line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.
请求参数
Path 参数
id
string
必需
Body 参数application/json
object {0}
示例
{}
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 2 年前