Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Customer Self Service (CSS) is enabled to accept PayPal payments easily and securely in the same way as Credit Card payments are processed. PayPal allows you to manage your account online and view transactions and the transaction status.

Info

 

The steps required for enabling PayPal payments are as follows:

  1. Sign up for a PayPal Business account.

  2. Configure your site for PayPal.
  3. Set Up up the Punchout Document.
  4. Set the Document code as the PayPal Template.
  5. Update the Customer Message Resource.
  6. Update the Resource Value which displays the Payment page text so that customers know they can pay by Credit Card or PayPal

...

  1. .

Step-by-step guides

To Sign up for a PayPal

...

Business account:

...

...

titlePayPal - Sign Up
borderStylesolid
  1. To sign up with PayPal go to https://www.paypal.com/au/webapps/mpp/merchant
  2. The PayPal business account sign up process will require details about your organisation, including business type and business name. 
  3. Record your PayPal business identification details for the web site configuration

 

To Configure your site for PayPal:
  1. Once you have successfully created your PayPal account, log a support call with Commerce Vision to have your Stage site configured.
  2. Provide the URL of your Stage site and a date by which the configuration is required.
  3. Commerce Vision will advise you when the system and menu have been configured.

 

 

Once the Support team have added the Punch Out Punchout Document to the menu, you can create the document that is sent to PayPal when payments are processed.

To Set

...

up the

...

Punchout Document:
  1. Login as an Administrator.
  2. Navigate to 'Settings' --> 'Punchout Document' (/zPunchOutDocuments.aspx).
  3. Click the 'cXML Document Setup' tab.
  4. Click 'New'.
  5. Populate the fields as follows:
    • Document Code: SandBoxTest
    • Description: SandBoxTestCV
    • Document Type: PayPal
    • Header Template: use the code snippet below

      Code Block
      titleCode Snippet
      <html>
      <body>
      <form ID="form" name="form" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
      <input type="hidden" name="cmd" value="_cart">
      <input type="hidden" name="upload" value="1">
      <input type="hidden" name="business" value="example@commercevision.com.au">
      <input type="hidden" name="no_shipping" value="1">
      <input type="hidden" name="no_note" value="1">
      <input type="hidden" name="currency_code" value="[order:socurrcode]">
      <input type="hidden" name="lc" value="AU">
      <input type="hidden" name="custom" value="[receipt:ReceiptNumber]">
      <input type="hidden" name="return" value="http://www.YourWebSite.com/OnlinePaymentOK.aspx?receipt=REC[receipt:ReceiptNumber]&type=PAYPAL&order=[ORDER:SOORDERNO]">
      <input type="hidden" name="cancel_return" value="http://www.YourWebSite.com/OnlinePaymentFail.aspx?receipt=REC[receipt:ReceiptNumber]&type=PAYPAL&order=[ORDER:SOORDERNO]">
      <input type="hidden" name="rm" value="2">
      <input type="hidden" name="item_name_1" value="Order Total - Your Business Name">
      <input type="hidden" name="item_number_1" value="Order">
      <input type="hidden" name="amount_1" value="[ORDER:SOORDERTOTALAMOUNT]">
      <input type="hidden" name="notify_url" value="http://www.YourWebSite/PayPalNotify.aspx">
      <script language="Javascript">
      document.forms["form"].submit();
      </script>
      </form>
      </body>
      </html>
  6. Update the highlighted text with your information:
    • Line 1 - The form action is the Sandbox URL provided by PayPal
    • Line 4 - The name value is your business identification created by PayPal
    • Line 10 -The name value is the address of your website and the page that customers are returned to when a payment has been successful. The complete URL address is required; do not remove the address from OnlinePaymentFail onwards
    • Line11 - The name value is the address of your website and the page that customers are returned to when a payment has been unsuccessful. The complete URL address is required; do not remove the address from OnlinePaymentFail onwards
    • Line 13 - The name value is the message displayed to users when processing the order
    • Line 16 - The name value is the is the address PayPal use to communicate with your website

 

 


To Set the Document Code as the PayPal template:

...

Information about the PayPal Sandbox environment can be found at:https://www.x.com/developers/paypal/documentation-tools/quick-start-guides/paypal-sandbox-getting-started-guide
Info
titleERP

Your PayPal payments will appear in your ERP package as normal cash receipts. Orders are held on the website until the payment has been verified and accepted. You can view all payments via your PayPal online account. 

Info
titleSandbox

 

 

 

 

 

Content by Label
showLabelsfalse
max5
spacesKB
sortmodified
showSpacefalse
reversetrue
typepage
labelspaypal payment receipt