ConfigurationList Payment Methods

List Payment Methods

curl -X GET "https://sandbox-api.aparatech.io/v3/config/payment-methods?direction=deposit&userType=individual&currency=example_string&headlessMode=true&limit=42&page=25" \
  -H "Content-Type: application/json" \
  -H "MID: example_string"
{}
GET
/v3/config/payment-methods
GET
query
directionstring
Required
Options: deposit, withdraw
query
userTypestring
Options: individual, business
Request Preview
Response

Response will appear here after sending the request

Query Parameters

directionstring
Required
Allowed values:depositwithdraw
userTypestring
Allowed values:individualbusiness

Headers

Responses

Success