Skip to content
Guides
API reference
stablepayment:read

Get payment settings

GET/v1/payments/settings

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/settings"
{  "storeId": "string",  "captureMode": "automaticAtCheckout",  "manualPaymentsEnabled": true,  "defaultConnectionId": null}