Get the eligibility of the IBAN
GET/account/utils/iban/instant_payment/eligibility/:iban/
Get the eligibility of the IBAN
Request
Path Parameters
iban stringrequired
The IBAN you want to get
Responses
- 200
- 400
- 401
- 403
- 500
Return a iban eligibility
- application/json
- Schema
- Example (from schema)
Schema
eligibility boolean
{
"eligibility": "true"
}
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error
Loading...