GET
/
api
/
order
/
infoPayments
curl --request GET \
  --url https://api.artisn.desarrollo-redbrand.com/api/api/order/infoPayments \
  --header 'Authorization: Bearer <token>'
{
  "message": "Payment information successfully obtained",
  "status": "success"
}

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

200
application/json

Payment information successfully obtained

The response is of type object.