Template:Payment profiles

From 360Works Product Documentation Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "Payment profiles allow you to save payment information straight to the gateway for future use. To create a payment profile, call either '''CCProfileCreatePayment''' or '''CCPr...")
 
Line 5: Line 5:
 
| <big>CCProfileUpdatePayment</big>
 
| <big>CCProfileUpdatePayment</big>
 
|-
 
|-
|merchantAccountName
+
|{{{1|merchantAccount}}}
|merchantAccountName
+
|{{{1|merchantAccount}}}
 
|-
 
|-
|txKey
+
|{{{2|transactionKey}}}
|txKey
+
|{{{2|transactionKey}}}
 
|-
 
|-
 
|customerProfileId
 
|customerProfileId
Line 30: Line 30:
 
| <big>CCProfileDeletePayment</big>
 
| <big>CCProfileDeletePayment</big>
 
|-
 
|-
|merchantAccountName
+
|{{{1|merchantAccount}}}
|merchantAccountName
+
|{{{1|merchantAccount}}}
|merchantAccountName
+
|{{{1|merchantAccount}}}
 
|-
 
|-
|txKey
+
|{{{2|transactionKey}}}
|txKey
+
|{{{2|transactionKey}}}
|txKey
+
|{{{2|transactionKey}}}
  
 
|-
 
|-

Revision as of 17:16, 29 August 2013

Payment profiles allow you to save payment information straight to the gateway for future use. To create a payment profile, call either CCProfileCreatePayment or CCProfileCreatePaymentACH, depending on whether the payment profile is a credit card or ACH. Credit cards are created with CCProfileCreatePayment and updated with CCProfileUpdatePayment.

CCProfileCreatePayment CCProfileUpdatePayment
merchantAccount merchantAccount
transactionKey transactionKey
customerProfileId customerProfileId
cardNumber paymentProfileId
expirationDate cardNumber
expirationDate

After creation, payments can be retrieved with CCProfileGetPayment. Certain gateways can validate a payment with CCProfileValidatePayment. Payments can be deleted with CCProfileDeletePayment.

CCProfileGetPayment CCProfileValidatePayment CCProfileDeletePayment
merchantAccount merchantAccount merchantAccount
transactionKey transactionKey transactionKey
customerProfileId customerProfileId customerProfileId
paymentProfileId paymentProfileId paymentProfileId
Personal tools
Namespaces

Variants
Actions
Plug-in Products
Other Products
Navigation
Toolbox