Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Setting Customer ID when creating a new ARB subscription
Hi all,
I'm having trouble finding documentation on how to set the merchant defined customer id when creating a new ARB subscription.
I'm writing custom PHP to access the AuthorizeNet API verison 1.9.2.
Any help would be welcomed! Thanks!
โ03-05-2017 12:37 PM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is the code
/*customer profile*/
$customer = new AnetAPI\CustomerType();
$customer->setId(Set Customer ID);
$customer->setEmail(Set Customer Email);
$customer->setPhoneNumber(Set Phone);
$subscription->setCustomer($customer);
โ03-07-2017 09:55 AM

