Reputation: 91
I have worked on Bluesnap on-site payment, payment has been done successfully, but i didn't get the product name in order locater, also didn't get the option of subscriptions in order detail.
Is there any way to make transaction via on-site with subscription/recurring?
API Reference http://docs.bluesnap.com/ExtendedPaymentAPI/Default.htm#ClientSideEncryption/Web.htm
Upvotes: 2
Views: 275
Reputation: 90
BlueSnap supports subscriptions via their Payment API. You can create custom billing plans, define a trial period and/or initial charge, set your billing frequency, and so on. BlueSnap’s Subscription Billing Engine will then automatically process your recurring subscription payments, keep your shoppers' cards updated, and run automatic retries for subscription payments during your grace period.
To see how to Create a Plan, go here.
To see how to Create a Subscription, go here.
Upvotes: 1
Reputation: 295
Subscriptions in the API are no longer in the development phase. They're in the documentation already. They are available here.
Upvotes: 3
Reputation: 6241
once you are loggedin the console you need to setup the contract as standard subscription - there is a documentation here that provides step by step on how to do it.
once the contract is setup correctly(as a subscription type) under a product; you can basically purchase using the contact(through Buy Now or APIs) to start the subscription.
Upvotes: 1