Get Pix Automatic configuration

Returns the current configuration for the Pix Automatic feature: max mandate amount, supported ISO 20022 frequencies (MIAN, MNTH, QURT, WEEK, YEAR, OTHR), and mandate approval SLA in days.

Responses
  • application/json
Request Example for get/api/v1/mandates/config
curl http://localhost:8080/api/v1/mandates/config \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "maxMandateAmount": 50000,
  "supportedFrequencies": [
    "MNTH"
  ],
  "mandateApprovalSlaDays": 7
}