linkorb / buckaroo

API client for Buckaroo BPE 3.0 for PHP. PSR-0 compliant.
MIT License
11 stars 16 forks source link

Unresolved class function #3

Closed johninthout closed 11 years ago

johninthout commented 11 years ago

This function did not exist.

joostfaassen commented 11 years ago

@johninthout thanks! :-)

johninthout commented 11 years ago

No problemo, Curently writing a bridge between your package and laravel 4, however soap stays something special. do you got a example of retrieving a list of for example payed orders? or finding a transaction details with the given order number? This would help me alot! thanks

joostfaassen commented 11 years ago

We use it the other way around. Our backoffice system creates the invoice, and sends that to buckaroo by calling sendRequest($r, 'transaction'). It returns a transactionkey which we store with our invoice. At a later stage you can retrieve the status of that invoice by calling sendRequest($r, 'invoiceinfo') by it's transaction key. Hope that helps!

johninthout commented 11 years ago

A right I already was confused about this haha but this project still stays a great starting point! Thanks for your help so far! if I got some updates about my port I will give you a shout out.

On Aug 4, 2013, at 7:28 PM, Joost Faassen notifications@github.com wrote:

We use it the other way around. Our backoffice system creates the invoice, and sends that to buckaroo by calling sendRequest($r, 'transaction'). It returns a transactionkey which we store with our invoice. At a later stage you can retrieve the status of that invoice by calling sendRequest($r, 'invoiceinfo') by it's transaction key. Hope that helps!

— Reply to this email directly or view it on GitHub.