Retrieve a payment method list
Retrieve a payment method list.
Authorizations:Token, JWT
Query Parameters
| page | integerDefault: 1The collection page number |
| itemsPerPage | integer>= 0Default: 30The number of items per page |
| cart_id required | string36 charactersCart ID |
Query Parameters
| page | integerDefault: 1The collection page number |
| itemsPerPage | integer>= 0Default: 30The number of items per page |
| cart_id required | string36 charactersCart ID |
Responses
200Payment method collection
Response schema:
Payment method collection Array
| serviceName | string |
| name | string |
| title | string |
| description | string |
| instruction | string |
| id | integer>= 0 |
401Unauthorized
Response schema:
Unauthorized | type | string |
| title | string |
| detail | string or null |
| instance | string or null |
500Internal error
Response schema:
Internal error | type | string |
| title | string |
| detail | string or null |
| instance | string or null |