Myxer -The Most Ringtones, Wallpapers, Videos and more for Your Phone.  No Subscriptions or Hidden Fees Ever!

Myxer Services

API Documentation | Feeds

myxer.payment.notify

A partner uses this API to notify MyxerTones that the payment for a ringtone has completed successfully. In response to this, the ringtone is delivered to the user's phone.

Arguments

api_key
Your API application key. See here for more details on api_key.
method
myxer.payment.notify
tx_id
Transaction ID created by the payment processor - it must be unique
instance
Value passed to the payment processor in callback.ui.payment
api_sig
Secure signature of the api parameters. See here for details on api_sig.

Example Response

The response format is a simple XML block.

Success Response

<?xml version="1.0" encoding="utf-8" ?>
<response status="ok"></response>

Error Response

<?xml version="1.0" encoding="utf-8" ?>
<response status="fail">
    <code>[error-code]</code>
    <msg>[error-message]</msg>
</response>