GETTING STARTED
PAYPAL

mydigitastructure.com can be integrated with PayPal for order and payment processing.

There are 3 typical options for interacting:

  • Create the shop, do the ordering and payment using PayPal, with the order being created on mydigitalstructure.com.

  • Create the shop using mydigitalstructure.com, process the order using mydigitalstructure.com and use PayPal to process the payment.

  • Create the shop using mydigitalstructure.com, use PayPal to process the payment, finalise the order on mydigitalstructure.com


HOW

SET UP  
Search for existing accounts Use SETUP_FINANCIAL_FUNDS_TRANSFER_ACCOUNT_SEARCH
Add or update an account

Use SETUP_FINANCIAL_FUNDS_TRANSFER_ACCOUNT_MANAGE

Example

PayPal credentials:

  • API Username: test_12345678_biz@email.com
  • API Password: GHT456FGT23
  • Signature: A.GH-FEJK-FE123...

Then (shown un-coded):

/ondemand/setup/
?method=SETUP_FINANCIAL_FUNDS_TRANSFER_ACCOUNT_MANAGE
&type=7
&title=My PayPal
&apilogon=test_12345678_biz@email.com
&apipassword=GHT456FGT23
&apikey=A.GH-FEJK-FE123...
&urlsuccess=http://myurl.com/success
&urlcancel=http://myurl.com/cancel

USING  
General PDT requests. Use SITE_PAYPAL_PDT_METHOD to access the PDT API.
Auto-order creation using PDT Access transaction information help on the PayPal platform.

To automatically create an order use SITE_PAYPAL_PDT_GET.

See also:

 


paypal
Developer Integration Site
Express Checkout Guide
SetExpressCheckout Method

 

Help!