NGR Posted July 19, 2004 Posted July 19, 2004 Hi there guys... Hope someone can help! Right, you know the create_account.php page. Right, it captures all the information and saves it to the database right, and then directs you to checkout_confirmation.php. Now, my payment gateway is saying I must take all that information and post it forward onto them so they can create the account aswell. Now the MAJOR problem and I have looked EVERYWHERE. HOW do i post it to their page without actually going to the page?? This is the info they want : When the user have previously registered on the merchant?s website the registration information can be passed to Setcom using the additional fields outlined below. These fields need to be used in addition to the Credit Card Form implementation. Registration Variables Field Name Required (Y/N) Description Username Yes This is the email address of the new buyer. This must be unique. Password Yes This is the buyer?s password. ConfirmPassword Yes This field is present at a new user registration. This must match the Password field exactly to be processed further. Profile Variables Field Name Required (Y/N) Description Name Yes The name and surname of the buyer. Address1 Yes Address line one of the buyer. Address2 Yes Address line 2 of the buyer. City Yes City / major centre of the buyer. State Yes State / province of the buyer. Zip Yes Zip / postal code of the buyer. Country Yes 2-digit country code of the buyer as used by Setcom. See country code list. Tel Yes Telephone number of the buyer. Addonfields Yes Additional information is passed through in this field. Two Additional fields of information is required: 1. Identity number 2. Additional contact telephone These fields must be passed through as values to the form and separated using semi-colons (;). Example: Identity:5001011234567;Telephone Number 2:+27-11-555-5555 See sample HTML Code (Attached) Description Yes This field must contain information of the products or services ordered. It should contain the product description, quantity, and item total for all items. Shipping and the grand total for the order should also be included. This information is used to resolve disputes. Please guys someone help - i have the standard create_account.php file... Please point me in the right direction. Thanks guys, Nick :ph34r:
Guest Posted July 19, 2004 Posted July 19, 2004 you need to let us know which payment gateway you are using, there may be one already created.
NGR Posted July 19, 2004 Author Posted July 19, 2004 Ahhh...looked EVERYWHERE.... They are called SETCOM - nothing.... Any idea's how to post variables without directing people to the page? Thanks, Nick
Guest Posted July 19, 2004 Posted July 19, 2004 they may have an api or something which allows this, have you asked their support if they have instructions on usage of their api for doing this?
jeanfx Posted June 14, 2005 Posted June 14, 2005 NGR How did you finally manage to integrate with Setcom? We have set https://www.ruralcraft.co.za/oscommerce, but can only accept moneyorder/ COD (in johannesburg) for now. I have looked everywhere but couldn't figure out what I should do.
tobycatlin Posted June 14, 2005 Posted June 14, 2005 I use the curl library to POST information to other servers. http://uk.php.net/manual/en/ref.curl.php It allows you to do all sorts of funky dunky shizzel with POST and GET vars I ain't got time to bleed
Recommended Posts
Archived
This topic is now archived and is closed to further replies.