Setting Up Reconciliation using the AltaPay SalesForce CC Plugin
How to set up the reconciliation identifier
- Login into your Salesforce account. Go to: Administration -> Site Development -> System Object Types.
- Click on: OrderPaymentInstrument
- Click on the Attribute Definitions tab, and then on the New button in the right corner.
- In the text field ID, enter reconciliationIdentifier and then click on ‘Apply’.
- Set the identifier on the payment request:
In the script file ‘int_altapay\cartridge\scripts\pipelet\PaymentCreate.ds’, find the function “execute”, and remove the comments:
/*
//add the sale_reconciliation_identifier
parameterArr.push( ['sale_reconciliation_identifier', "Insert reconciliation identifier here" ].join( '=' )); */
Replace “Insert the reconciliation identifier here” with the reconciliation identifier that is needed by the ERP system.