Refresh account requirements
Recipients
Refresh account requirements
When a field has refreshRequirementsOnChange: true, POST the current form state to this endpoint to receive an updated field list. For example, changing legalType from PRIVATE to BUSINESS may reveal a company name field.
Pass the same currency query parameter as the GET call. The body should contain the account type and all details collected so far.
Rate limit: 500 requests/minute.
POST
Refresh account requirements
Authorizations
Pass your API key as a Bearer token: Authorization: Bearer mw_live_<keyId>_<secret>
Query Parameters
ISO 4217 target currency code
Example:
"EUR"
Body
application/json
Response
Updated requirements returned
