/change_userAsk AIpost https://api.paynearme-sandbox.com/json-api/change_userChange the details of an unverified user record.Body ParamsChange an unverified user recordsite_identifierstringrequiredDefaults to S2411573363Identifies your client site.timestampstringrequiredThe Unix Epoch time of the callversionstringrequiredDefaults to 3.0The version of the API. This version must match the version associated with your API key pair.signaturestringrequiredThe HMAC signature that is calculated by running your API Secret Key and the alphabetized, concatenated parameters of the request payload through the SHA256 message digest algorithm.site_user_identifierstringrequiredDefaults to 987654321The unique, client-defined ID of the person receiving the disbursement funds.first_namestringrequiredDefaults to RoryThe first name of the user.middle_namestringThe middle name of the user.last_namestringrequiredDefaults to SmithThe last name of the user.second_last_namestringIf applicable, the hyphenated second last name of the user.year_of_birthstringrequiredDefaults to 1980The user's year of birth in YYYY format.do_verificationstringIndicates whether or not PayNearMe should perform an identity verification on the provided user information. If you have already verified the user's identity, submit this parameter as false.streetstringrequiredDefaults to 123 Fake StreetThe street address of the user.street2stringThe second line of the user's street address.citystringrequiredDefaults to AllenThe city of the user's address.statestringrequiredDefaults to TXThe 2-character state of the user's address.postal_codestringrequiredDefaults to 75013The 5- or 9-digit ZIP code of the user's address.countrystringThe 2-character country code of the user's address.Response 201User Record ChangedUpdated 6 months ago