Download the PHP package paneedesign/flypme-bundle without Composer
On this page you can find all versions of the php package paneedesign/flypme-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package flypme-bundle
Flyp.me for Symfony
A Symfony Bundle for Flyp.me APIs
Install
Usage
Enable the bundle
Create client
Call APIs
Create
Create a new order
Last param could be "invoiced_amount" or "ordered_amount".
You can optionally specify destination and refund_address on the request.
result:
Update
Update an order
Last param could be "invoiced_amount" or "ordered_amount".
You can optionally specify destination and refund_address on the request.
result:
Accept
Accept an order
Accept an order by uuid
result:
Check
Check order status by uuid
Possible status are: WAITING_FOR_DEPOSIT, DEPOSIT_RECEIVED, DEPOSIT_CONFIRMED, EXECUTED, NEEDS_REFUND, REFUNDED, CANCELED and EXPIRED.
Possible payment_status are PENDING, UNDERPAY_RECEIVED, UNDERPAY_CONFIRMED, PAYMENT_RECEIVED, PAYMENT_CONFIRMED, OVERPAY_RECEIVED, OVERPAY_CONFIRMED. Orders with underpay or overpay will be refunded by the system.
result:
Result will also include 'confirmations' when the payment is in some XXX_RECEIVED status.
Result will also include 'txid' and 'txurl' when the order is EXECUTED.
Info
Get order full info
result:
Result will also include 'confirmations' when the payment is in some XXX_RECEIVED status.
Result will also include 'txid' and 'txurl' when the order is EXECUTED.
Cancel order
Cancel a pending order
result:
Add refund
Add a refund address for orders not having one
result:
Query rates
Get exchange rates
result:
Query active currencies
Get available currencies information
A currency needs to have both exchange and send set to true to be enabled for the accountless exchange. Confirmation time is the expected time in minutes (approximate). Other parameters are self explanatory.
result:
Query limits
Get max and min limits in $toCurrency. To get the limits in $fromCurrency you must calculate it using the exchange rate.
result: