Api referencePayment
Retrieve the customers connect of a payment
List all connect of a payment
List all connect of a payment
AuthorizationBearer <token>
In: header
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
Response Body
application/json
curl -X GET "https://example.com/v2/payment/customers/connect"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}