cancel
Showing results for 
Search instead for 
Did you mean: 

ARB is dropping the billing state

My ARB requests are working fine except for the state is not appearing in the Authnet control panel. I have verified that state is in fact being sent.

Here is my full ARBCreateSubscriptionRequest XML in the sandbox:

<ARBCreateSubscriptionRequest
xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
<merchantAuthentication>
<name>...hidden</name>
<transactionKey>...hidden</transactionKey>
</merchantAuthentication>
<subscription>
<name>Monthly Trash Service</name>
<paymentSchedule>
<interval>
<length>1</length>
<unit>months</unit>
</interval>
<startDate>2022-10-13</startDate>
<totalOccurrences>9999</totalOccurrences>
<trialOccurrences>0</trialOccurrences>
</paymentSchedule>
<amount>4.19</amount>
<trialAmount>0.00</trialAmount>
<payment>
<opaqueData>
<dataDescriptor>COMMON.ACCEPT.INAPP.PAYMENT</dataDescriptor>
<dataValue>eyJjb2R....uMSJ9</dataValue>
</opaqueData>
</payment>
<order>
<description>Trash Service location: 1234 Anystreet | Harper</description>
</order>
<customer>
<type>individual</type>
<email>frank@sinatra.com</email>
<phoneNumber>(212) 567-8901</phoneNumber>
</customer>
<billTo>
<firstName>Frank</firstName>
<lastName>Sinatra</lastName>
<address>123 Sunset Ave.</address>
<city>Harper</city>
<state>OR</state>
<zip>90410</zip>
</billTo>
</subscription>
</ARBCreateSubscriptionRequest>

Notice that state is there, and correct.

And yet when I look in the successfully-created ARB record in Authnet, all billing fields are populated except for 'state'. Why is this?

HerrimanCoder
Member
0 REPLIES 0