Create a testing customerAsk AIpost https://api.slopepay.com/v4/simulation/customer(Sandbox Only) Creates a test customer with a user password for the simulating the checkout processBody ParamsshortcutTypesarray of stringsThe list of shortcuts to use for this customer. By default a blank customer without any limits is created.shortcutTypesADD stringphonestringThe phone number of the customer. By default, "+16175551212" is used.businessNamestringThe phone number of the customer. By default, "Slope Demo Customer" is used.addressobjectThe address of the customer. A default address is used if not provided.address objecttaxIdstringThe taxId of the customer, by default a random number is used.passwordstringA customized password for this user. By default, "Pass1234" is usedisLinkedbooleanIf true, the customer will be linked to the merchant.truefalsehasMasterLoanAgreementbooleanIf true, the customer will be created with an active master loan agreement.truefalsehasPreferencesbooleanIf true, the customer will be created with preferred terms and repayment method.truefalseemailstringThe email address for the customer. If not provided, a demo email will be generated.Response 200The created test customer along with the email and password for login.Updated 6 months ago