Credit Card Payment integration
#1 - Hosted Page Solution
Redirect to our Credit Card Processor Payment Page.
Redirect user with unique Trade ID from your system to our merchant specific custom Credit Card Processor payment page (width merchant logo) where they will enter their Credit Card data.
#2 - Card Payment API
Stays within your page where you can collect all the CC data and make a POST request to our Credit Card Processor.
This Options requires your site to be Credit Card Compliant.
Make a POST request with JSON object to our Credit Card Processor
Returns status of the transactions and a unique ID that identifies the transaction
For any of the options above, we will work closely with you on providing sample codes and integration on how each option can be successfully integrated with our Credit Card Payment Processor.
Once you have successfully integrated either of these options, you should be returned with a Unique Credit Card Payment ID from our Processor. This is the ID you need to POST to us in the next step.
Call our POST API with all the customer information including the Unique Credit Card Payment ID that was returned from the Credit Card Payment Processor.
a northstar_trade_id will be returned
Once funds have been sent out from NorthStarCurrency to their respective school our system is capable of sending an update [POST] to a given URL of your choice.
POSTBACK data varies from integration to integration. We will work with you to see what is required.