Skip to main content
GET
Orders - payment information

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start_date
string
required

Start date to filter payments

end_date
string
required

End date to filter payments

country
string

Country (optional)

account
string

Account (optional)

vendor_id
string

Seller ID (optional)

Response

Payment information successfully obtained

message
string

success message

Example:

"Payment information successfully obtained"

status
string

Operation status

Example:

"success"