Update provider
PATCH
/providers/{providerID}
Update your provider record. Currently only shortName is supported.
Returns 200 with the updated record.
Auth: API key or bearer token. The providerID in the path must be your
account.
Request
curl -X PATCH https://api.moov.money/providers/{providerID} \
-H "Content-Type: application/json" \
-d '{
"shortName": "ACME"
}'Headers
X-Moov-Version
stringSet this header to the API version being targeted (e.g.
v2026.07.00). When omitted, the server applies its default version.Path parameters
providerID
string
requiredYour provider account ID.
Request
application/json
Fields to update on your provider record. Currently only
shortName is
supported.shortName
string
[2 to 12] characters
requiredShort, machine-friendly identifier for your provider. Moov Money composes
the dynamic descriptor surfaced on the recipient’s card statement on
payout settlement (e.g.
ACME becomes ACME*JANE S). Must be 2-12
characters and contain only ASCII letters and digits.Response
Your updated provider record.
shortName
string
requiredShort, machine-friendly identifier for your provider, used to compose the
dynamic descriptor on the recipient’s card statement.