Hi,
we have detected a number of usability issues due to the complexity of our cyclos configuration that we cannot solve in the layout layer. Some of them would be partially solved if we could have links to direct transactions.
Would be possible to have a direct links to transactions that accepts the data requested at payment.jsp as parameters (memberId, amount, transfer type...) and presents directly the confirmpayment.jsp page?
[cyclos 3.7.3] Direct links to transactions
Moderators: hugo, alexandre, rmvanarkel
-
- Posts: 578
- Joined: Mon Jan 30, 2012 8:12 am
- Contact:
[cyclos 3.7.3] Direct links to transactions
cycloshost.com
Cyclos administration and hosting
Cyclos administration and hosting
Re: [cyclos 3.7.3] Direct links to transactions
Can you explain a bit more in detail what you want to do?
-
- Posts: 578
- Joined: Mon Jan 30, 2012 8:12 am
- Contact:
Re: [cyclos 3.7.3] Direct links to transactions
We want to allow direct links for transactions.
For example, 50 Units transfer to a member with memberId=XX using the account with TypeId=YY and the transfer TypeId=ZZ
To be able to send an url that directly takes to the confirmation page, for example by calling this link:
we would get the confirmation page of 50 Units to the memberId=XX using the account with TypeId=YY and the transfer TypeId=ZZ.
For example, 50 Units transfer to a member with memberId=XX using the account with TypeId=YY and the transfer TypeId=ZZ
To be able to send an url that directly takes to the confirmation page, for example by calling this link:
Code: Select all
http://cyclosinstance.com/do/member/payment?memberId=XX&accountTypeId=YY&transferTypeId=ZZ&amount=50
cycloshost.com
Cyclos administration and hosting
Cyclos administration and hosting
Re: [cyclos 3.7.3] Direct links to transactions
In Cyclos directly it is not possible.
It is very similar to the web shop payment feature. Maybe that works for you.
http://www.cyclos.org/wiki/index.php/We ... op_payment
It is very similar to the web shop payment feature. Maybe that works for you.
http://www.cyclos.org/wiki/index.php/We ... op_payment