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 Params
id
string
required
Body Params application/json
object {0}
Example
{}
示例代码
Responses
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 2 年前