跳到主要内容

Retrieve Mandate List

Introduction

Retrieve Mandate list

Interface

GET /v1/mandates

Request Params

FieldNameTypeRangeExampleDefaultOptionalRemarkRule
referenceReferencestringoptional
pagePagestringrequired
per_pagePer Pagestringrequired
time_created[lt]Time Createdstringrequired
time_created[gt]Time Createdstringrequired
customer_idCustomer IDstringoptional

Response Params

Response Example

200 success:

{
"object": "list",
"url": "/v2/mandates",
"has_more": true,
"data": []
}