post https://api.fastspring.com/accounts
Create a new customer account. When you create the account, include the customer's country. Some transactions may fail if you do not include it, as this field is required for certain payment methods.
{
"contact":{
"first":"String",
"last":"String",
"email":"String",
"company":"String", //optional
"phone":"String" //optional
},
"language":"en", //ISO valid language code
"country":"US", //ISO valid country code
"lookup":{ //optional
"custom":"customKey" //a-zA-Z0-9_- String with length greater than or equal to 4
}
}