v1
latestOpenAPI 3.0.12026-07-243407211.3 MBAccount
Update Account Status and Reason
Structure of API Call: PUT /programs/{programCode}/accounts/{accountIdentifier}/status
- Update account status and status reason
This endpoint allows Partners to update account statuses, account status reasons, and cures under certain conditions. When a valid request is submitted and completed successfully, the updated status, status reason, and kycPendingGate will be returned in GET /accounts/{accountIdentifier} and GET /enrollments/accounts/{accountIdentifier} responses. An Account Updated Webhook will also be published.
Note: This endpoint can only be used if the Partner is configured to change statuses.
put/programs/{programCode}/accounts/{accountIdentifier}/status
Path parameters
programCodestring required
Partner program code for the account.
accountIdentifierstring required
Unique account identifier (UID or GUID).
Headers
X-GD-RequestIdstring required
Unique request tracking identifier (X-GD-RequestId header).
Request body
Response
OK