Resources

Supported Shopping Cart

PG has been integrated with many popular shopping carts, globally. Merchant may refer the complete list on https://github.com/FiuuPayment

Some payment plugins/add-on/modules can be downloaded from GitHub.

ISO References

Handling JSON/PLAIN TEXT using .NET

http://stackoverflow.com/questions/36216464/wcf-webinvoke-which-can-accept-content-type-text-plain

Please use the above custom WebContentTypeMapper if you are using .NET, especially when you encounter this exception message:

The incoming message has an unexpected message format 'Raw’. The expected message formats for the operation are 'XML'; 'JSON'. This can be because a WebContentTypeMapper has not been configured on the binding. See the documentation of WebContentTypeMapper for more details.

Last updated