Skip to main content
Get Payment Constraints Rules

Authorizations

Authorization
string
header
required

Use HTTP Basic Authentication with your Application ID as username and Application Secret as password. Manage credentials in the Yapily Console. See Authentication for details.

Query Parameters

institutionIds
string[]
required

Unique Id(s) of the Institution(s) to retrieve the Payment Constraints for. Multiple institutionIds need to be separated by ,

institutionCountryCode
string
required

Country code of the Institution(s). Ensure that the country code matches the respective institutionIds; any mismatch will result in an HTTP 404 error response.

paymentType
enum<string>
required

Type of payment to retrieve payment constraints for

Available options:
DOMESTIC_PAYMENT,
DOMESTIC_INSTANT_PAYMENT,
DOMESTIC_VARIABLE_RECURRING_PAYMENT,
DOMESTIC_SCHEDULED_PAYMENT,
DOMESTIC_PERIODIC_PAYMENT,
INTERNATIONAL_PAYMENT,
INTERNATIONAL_SCHEDULED_PAYMENT,
INTERNATIONAL_PERIODIC_PAYMENT
endpointPath
string

The path on the API that is associated with the operation for which constraints are to be retrieved

endpointMethod
enum<string>

The HTTP method that is associated with the operation for which constraints are to be retrieved

Available options:
POST,
PATCH,
PUT,
GET,
DELETE

Response

Ok

meta
object
data
object[]