Jump to content

Sean Kimball

Member
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Sean Kimball

  1. I'm trying to setup a remote order form (on another domain) to capture recurring billing subscriptions & not quite sure the best way to go about it... It appears that using the API I have to Create a new client (AddClient) Add a payment method for the new client (AddPayMethod ) Create a new order for the new client (AddOrder) Accept that new order (AcceptOrder) Then what? At some point an invoice has to be generated and the payment captured (CapturePayment) I don't see anything that indicates if the invoice is automatically created when the order is created or accepted. What is the actual sequence of events that needs to happen here? **OR** Is it possible to skip all that and create a custom branded template just for that particular subscription item and embed that (iFrame or something) in the remote site? -thanks -sean
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated