Does Accept.js work with CIM yet? I know about the new Accept Customer Hosted Solution , but what about being able to create customer profiles and payment profiles, and charging cards via CIM profiles, through Accept.js?
If it doesn't work today, are there future plans for this support? I've had many clients asking for this.
Solved! Go to Solution.
04-10-2018 04:46 AM
Hi @ZeroGravPro
You can use a Accept nonce to add a new payment profile using the API https://developer.authorize.net/api/reference/index.html#customer-profiles-create-customer-profile
The API right now only support Card Accept nonce but going to add Echeck Accept nonce for it very soon .
opaqueData | Required. Contains dataDescriptor and dataValue . |
|
dataDescriptor | Required. Specifies how the request should be processed. The value of dataDescriptor is based on the source of the value of dataValue . |
String, 128 characters.
Use COMMON.ACCEPT.INAPP.PAYMENT for Accept transactions. |
dataValue | Required. Base64 encoded data that contains encrypted payment data. The payment gateway expects the encrypted payment data and meta data for the encryption keys. |
String, 8192 characters.
|
04-10-2018 08:49 AM - edited 04-10-2018 08:49 AM
Hi @ZeroGravPro
You can use a Accept nonce to add a new payment profile using the API https://developer.authorize.net/api/reference/index.html#customer-profiles-create-customer-profile
The API right now only support Card Accept nonce but going to add Echeck Accept nonce for it very soon .
opaqueData | Required. Contains dataDescriptor and dataValue . |
|
dataDescriptor | Required. Specifies how the request should be processed. The value of dataDescriptor is based on the source of the value of dataValue . |
String, 128 characters.
Use COMMON.ACCEPT.INAPP.PAYMENT for Accept transactions. |
dataValue | Required. Base64 encoded data that contains encrypted payment data. The payment gateway expects the encrypted payment data and meta data for the encryption keys. |
String, 8192 characters.
|
04-10-2018 08:49 AM - edited 04-10-2018 08:49 AM