Gateways
Manage all payment gateways on your application
Last updated
Was this helpful?
Manage all payment gateways on your application
Last updated
Was this helpful?
Was this helpful?
GET
https://wemx.app/api/v1/gateways
Returns all gateways made on your application
{
"status": true,
"current_page": 1,
"data": [
{
"id": 1,
"name": "Balance"
https://wemx.app/api/v1/gateways?filter[type]=once&filter[status]=1
id
, name
, type
, driver
, endpoint
, status
, endpoint
, refund_support
https://wemx.app/api/v1/gateways?sort[created_at]=asc
id
, name
, type
, driver
, endpoint
, status
, endpoint
, refund_support
asc
, desc
, random
https://wemx.app/api/v1/gateways?date=30days
today
Get gateways created today
yesterday
Get gateways created yesterday
3days
, 7days
, 14days
, 30days
, 90days
Get gateways created last x days
YYYY-MM-DD,YYY-MM-DD
Get gateways created between a range of dates