# Get Allowed Payment Methods

```
GET 
/allowed-payment-methods
```

Retrieve allowed payment methods for your account. Requires API key authentication.

The account is automatically determined from the API key — no `accountId` parameter is needed. Can be called with no parameters to get all available payment methods.

Optionally provide a `paymentId` to get payment methods for a specific transaction, or filter by `amount`, `currency`, or `countryCode`.

> **Note:** This endpoint does not auto-detect the customer's country. Pass `countryCode` explicitly if you need country-based filtering.

## Request[​](#request "Direct link to request")

## Responses[​](#responses "Direct link to Responses")

* 200
* 400
* 401
* 404
* 422
* 500
* 503

Available payment methods

The request is incorrect or could not be processed

Unauthorized error. Please check your auth credentials

The specified resource was not found

The request was well-formed but could not be processed due to semantic errors

Unexpected server error

The service is temporarily unavailable
