Im trying to create ARB subscription from a customer profile id and a customer payment profile id.
First i have created a Customer Profile then created a Customer Payment Profile for this Customer Profile .
when i'm trying to Create a Subscription (ARB) with this customerPaymentProfileId and customerProfileId. i received "BillTo firstname is required" error E00014.
what does it mean ? and why do i need that since i have the customerProfileId and the customerPaymentProfileId ?
Solved! Go to Solution.
01-25-2019 06:23 AM
Hi @chammart, billTo firstName and lastName are required fields in your payment profile while creating a subscription.
You can update the corresponding customer's payment profile using a request similar to https://developer.authorize.net/api/reference/index.html#customer-profiles-update-customer-payment-p....
01-27-2019 11:40 PM
Found out that the order in which the fields appear in the request really matters.
03-15-2019 09:06 PM
Hi @chammart, billTo firstName and lastName are required fields in your payment profile while creating a subscription.
You can update the corresponding customer's payment profile using a request similar to https://developer.authorize.net/api/reference/index.html#customer-profiles-update-customer-payment-p....
01-27-2019 11:40 PM
Found out that the order in which the fields appear in the request really matters.
03-15-2019 09:06 PM
Can you tell what is the order ? I am also getting the same error
04-07-2020 10:26 AM