[ic] Re: interchange-users Digest, Vol 50, Issue 16

Bill Jones wljone00 at kenetek.com
Thu Aug 23 12:26:41 EDT 2007


Please forgive me for being so dense but I still don't know how to 
cross-reference PayPal's API requirements with Interchange's settings, 
based on the description below. User <==> username is obvious but what 
about secret, keyfile and sandbox? For example, is the syntax:

Variable MV_PAYMENT_ID username secret keyfile sandbox

or something similar to

Variable MV_PAYMENT_ID username
Variable MV_SECRET secret
Variable MV_KEYFILE keyfile

or something completely different? What are the variables expected by the payment module? What am I missing???

Is there a preferred location for the certificate (keyfile)?

Thanks,

Bill

interchange-users-request at icdevgroup.org wrote:
> Send interchange-users mailing list submissions to
> 	interchange-users at icdevgroup.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://www.icdevgroup.org/mailman/listinfo/interchange-users
> or, via email, send a message with subject or body 'help' to
> 	interchange-users-request at icdevgroup.org
>
> You can reach the person managing the list at
> 	interchange-users-owner at icdevgroup.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of interchange-users digest..."
>
>
> Today's Topics:
>
>    1. Re: Help implementing PayPal Pro (Peter)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 22 Aug 2007 16:04:59 -0700
> From: Peter <peter at pajamian.dhs.org>
> Subject: Re: [ic] Help implementing PayPal Pro
> To: interchange-users at icdevgroup.org
> Message-ID: <46CCC11B.3090608 at pajamian.dhs.org>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On 08/22/2007 06:26 AM, Bill Jones wrote:
>   
>> Here's where I'm stuck: the module is Vend::Payment::PaypalPro, written
>> by Erik Fantasia.  The page describing it 
>> (http://www.interchange.rtfm.info/icdocs/payments/PaypalPro.html)
>> references settings called "user", "secret", "keyfile" and "sandbox",
>> which all make sense from a PayPal perspective but I can't figure out
>> where these settings should reside within Interchange (e.g. in which
>> configuration file and what the variable names should be).  Any help
>> would be greatly appreciated.
>>     
>
> >From that very page that you linked to:
>
>   
>> Any time we speak of a setting, it is obtained either first from the tag/call options, then from an Interchange order Route named after the mode, then finally a default global payment Variable.  For example, the id parameter would be specified by:
>> [charge route=paypalpro user=username]
>>
>> or
>> Route  paypalpro  user  username
>>
>> or
>> Variable  MV_PAYMENT_ID  username 
>>     
>
> Usually the 2nd or 3rd option is used, the second is set in your
> catalog.cfg file, the third is set in the variables database.
>
> Peter
>
>
>
> ------------------------------
>
> _______________________________________________
> interchange-users mailing list
> interchange-users at icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>
> End of interchange-users Digest, Vol 50, Issue 16
> *************************************************
>
>
>   



More information about the interchange-users mailing list