Skip to content
Guides
API reference
stablepayment:read

List payment methods

GET/v1/payments/methods

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/payments/methods"
[  {    "id": "string",    "code": "string",    "name": "string",    "description": null,    "kind": "offline",    "isActive": true,    "isDefault": true,    "sortOrder": 0,    "connectionId": null,    "providerMethodCode": null,    "phoneNumber": null,    "accountHolder": null,    "qrImageUrl": null  }]