v1

latestSwagger 2.02026-07-1361023.8 KB
v1

Set subaccount's password

<strong>Notes:</strong><ul><li>Password set is only supported by API Resellers setting subaccount passwords.</li><li>shopperId is not the same as customerId. shopperId is a number of max length 10 digits (ex: 1234567890) whereas customerId is a UUIDv4 (ex: 295e3bc3-b3b9-4d95-aae5-ede41a994d13)</li></ul>

put/v1/shoppers/{shopperId}/factors/password

Path parameters

shopperIdstring required

Shopper whose password will be set

Request body

secretstring

The secret value used to set a subaccount's password

Example request

{
  "secret": "P@55w0rd+"
}

Response

Request was successful

customerIdstring

Identifier for the Customer record associated with this Shopper record. This is an alternate identifier that some systems use to identify an individual shopper record

shopperIdstring required