Payment requests
List all payment requests
This endpoint is used to list all existing payment requests.
GET
/
payment_requests
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
page
integer
Page number.
per_page
integer
Number of records per page.
external_customer_id
string
Unique identifier assigned to the customer in your application.
Response
200 - application/json
payment_requests
object[]
requiredmeta
object
requiredWas this page helpful?