cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

BillTo firstname is required" error E00014 while creating ARB

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 ?

chammart
Member
2 ACCEPTED SOLUTIONS

Accepted Solutions

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....

View solution in original post

gmokhasi
Authorize.Net Expert Authorize.Net Expert
Authorize.Net Expert

Found out that the order in which the fields appear in the request really matters.

View solution in original post

3 REPLIES 3

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....

gmokhasi
Authorize.Net Expert Authorize.Net Expert
Authorize.Net Expert

Found out that the order in which the fields appear in the request really matters.

Can you tell what is the order ? I am also getting the same error