Gateways
Manage all payment gateways on your application
Get all gateways
GET
https://wemx.app/api/v1/gateways
Returns all gateways made on your application
Filters (optional)
Available Filters:
id
, name
, type
, driver
, endpoint
, status
, endpoint
, refund_support
Sorting (optional)
Available Sorting Parameters:
id
, name
, type
, driver
, endpoint
, status
, endpoint
, refund_support
Sorting operators
asc
, desc
, random
Dates (optional)
Operator | Description |
---|---|
today | Get gateways created today |
yesterday | Get gateways created yesterday |
| Get gateways created last x days |
YYYY-MM-DD,YYY-MM-DD | Get gateways created between a range of dates |
Last updated