wesside
wesside

Reputation: 5740

Authorize.net ARB API, E-mail Questions

Just had a few simple questions on the Authorize.net Automated Recurring Billing

Thanks much.

Upvotes: 0

Views: 181

Answers (1)

John Conde
John Conde

Reputation: 219894

Does the API allow you to manage subscriptions remotely? An example would be updating subscriptions and searching through them through the API and editing any info you see fit?

You can update subscriptions after they are created. The ARBUpdateSubscriptRequest API call allows for this. You should refer to the API guide to see what you can and cannot do with it.

Can you modify the automated emails to look personalized?

No. If you want to have personalize emails you will need to send your own.

Can you pro-rate, or do you need to set it up through AIM (Advanced Integration Method) for the initial transaction and with the AVS (Address Verification Service) for validity?

You should always do the first payment through AIM to verify the payment goes through and the credit is valid anyway so if pro-rating a payment is necessary it's easily handled during this step.

Upvotes: 1

Related Questions