Payment Gateway
  • Home
    • Welcome
      • Cheatsheet
      • Contact Us
      • QRIS
      • Virtual Account
      • E-Wallet
      • Debit & Credit Card
      • Internet Banking
      • Convinient Store
      • Buy Now, Pay Later
  • API Documentation
    • Technical Doc of Fiuu ID
      • Payment Flow Overview
      • Online Payment / Transaction Process
      • Payment Status Flow
      • Security & Data Integrity
        • Verify Key [Confidential]
        • Secret Key [Top Secret]
        • vcode
        • skey
      • Developer Account
      • Hosted Integration APIs
      • Seamless Integration APIs
      • Direct Server Integration APIs
      • Payment Request Parameters
        • Hosted Integration
          • Request Parameters
          • Channel Lists
          • Examples
        • Seamless Integration
          • Request Parameters
          • Channel Details (mpschannel)
        • Direct Server Integration
          • Request Parameters
          • API Response
          • Channel Details (TxnChannel)
      • Payment Response Parameter
        • Payment Status Notification (Merchant Webhook or the 3 Endpoints)
          • Return URL with IPN (Instant Payment Notification)
          • Notify URL with IPN
          • Callback URL with IPN
      • TL; DR?
      • Comparison Chart
      • Merchant Request APIs
      • Error Codes
      • Resources
Powered by GitBook
On this page
  • Supported Shopping Cart
  • ISO References
  • Handling JSON/PLAIN TEXT using .NET
  1. API Documentation
  2. Technical Doc of Fiuu ID

Resources

Last updated 4 months ago

Supported Shopping Cart

PG has been integrated with many popular shopping carts, globally. Merchant may refer the complete list on

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

ISO References

Handling JSON/PLAIN TEXT using .NET

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.
https://github.com/FiuuPayment
http://www.iso.org/iso/country_codes.htm
http://en.wikipedia.org/wiki/ISO_3166-1
http://www.iso.org/iso/currency_codes
http://en.wikipedia.org/wiki/ISO_4217
http://stackoverflow.com/questions/36216464/wcf-webinvoke-which-can-accept-content-type-text-plain