PM Exchange Rates
USD, EUR:
 |
USD
/ EUR 0.898
|
|
|
EUR
/
USD 1.068
|
|

BTC:
 |
USD
>>
58467.14
|
|
|
EUR
>>
53600.62
|
|

GOLD Bid Price /oz:
 |
USD
>>
2362.892
|
|
|
EUR
>>
2166.299
|
|
|
Frequently Asked Questions
|
What is the difference between a Quick Payment and a usual transfer?
The only difference is a transaction speed. A user does not waste time on going to the proper page, selecting currency, confirming details and so on. He/she only needs to specify the receiver account and the system will automatically choose the proper currency and the account to withdraw the funds from. The Quick Payment interface appears immediately upon clicking on the "Quick Payment" button located under the menu of the Member Area.
|
|
Is it possible to view only certain actions in my account?
Yes, it is. You can use filters to arrange information.
|
|
Read more Q & A »
|

|
Welcome to a new generation of Internet Payment System!
Perfect Money is a leading financial service allowing the users to make instant payments and to make money transfers securely throughout the Internet opening unique opportunities to Internet users and owners of the Internet businesses. Perfect Money targets to bring the transactions on the Internet to the ideal level!
 |
In every operation
performed in Perfect Money payment system we aspire to offer our customers perfect
service. We know that future has Perfect Money, and you have an opportunity to
become our customer!
New to Perfect Money? Take a tour »

Phaser Texture | Packer
If you’ve ever built a game in Phaser, you know the drill: a folder full of loose PNGs for every enemy, every power-up, and every frame of animation. It works fine for a prototype, but as your game grows, those hundreds of individual image files become a performance nightmare.
Happy gamedev! 🎮 Have you used a texture packer with Phaser before? What tool is your favorite? Let me know in the comments below! phaser texture packer
Download a texture packer, throw your /assets folder into it, and watch your preload function shrink to three lines. If you’ve ever built a game in Phaser,
// In your preload function this.load.atlas('game-sprites', // Unique key 'assets/spritesheet.png', 'assets/spritesheet.json'); This is the best part. You reference the original filename from inside the atlas: 🎮 Have you used a texture packer with Phaser before
Enter the (also known as a Sprite Atlas or Spritesheet). This simple tool can drastically speed up your game’s load times, simplify your code, and keep your project folder clean.
// Create a sprite from the "hero_idle_01" frame stored in the atlas let player = this.add.sprite(400, 300, 'game-sprites', 'hero_idle_01'); // For animations, just reference the frame names! player.anims.create({ key: 'walk', frames: this.anims.generateFrameNames('game-sprites', { start: 1, end: 8, prefix: 'hero_walk_', // e.g., hero_walk_1.png suffix: '' }), frameRate: 10, repeat: -1 }); 1. Use Texture Packer for UI too Don't just pack your characters. Pack your buttons, health bars, and cursors into the same atlas. Phaser draws textures fastest when they all come from the same base image. 2. Enable "Trim" (But Watch Out for Padding) Trimming removes transparent space around a sprite. Phaser handles this automatically, but if you see weird offset collisions, disable "trim" or adjust the pivot point. 3. The "Multi-Atlas" for Massive Games If your game has 500+ assets, one giant 4096x4096 atlas might be too big for old mobile GPUs. Use Multi-Atlas export to split them into multiple 1024x1024 sheets. Load them with this.load.multiatlas . 4. WebP & Compression Modern texture packers can export as WebP. Combine this with a fallback PNG loader in Phaser to shrink your game’s file size by 30-50%. The Bottom Line Switching to a texture packer isn't just for "AAA" games. Even a small Phaser game benefits from the reduced HTTP overhead and cleaner animation system. It takes 10 minutes to set up, but it will save you hours of optimization headaches later.
|
|
PM E-Vouchers

It seems like virtual But it works like real money
- Create e-voucher for any amount.
- Transfer money to any receiver around the world (the recipient will receive e-voucher number and activation code by SMS, even if he/she has no PM account).
- Pay online for goods and services securely and confidentially.
- Easily exchange e-voucher to any other e-currency or cash through online exchange service.
Read more »
Accept Perfect Money - ensure profit growth!

Dramatically increase your sales by adding Perfect Money as a payment method on your website.
Quick steps to set-up SCI, integration with dozens of CMS, over 10,000,000 Perfect Money account holders.
Add Perfect Money Shopping Cart to your website and introduce your services to millions of Perfect Money customers »
Easy integration into Shopping Cart software

Our tech team developed plugins for the most popular shopping cart scripts. Now you can add Perfect Money to the list of payment options on your website just downloading the necessary plug in for your existing shopping cart. Payment by SMS, Bank Wire Transfer, Perfect Money e-Vouchers, PM Prepaid Cards are going to be available on your existing shopping cart!
Detailed information about Perfect Money API & Plugins »
|