Bill Me Later is a supported Vantiv payment method that is used for transactions during the sales order workflow. Bill Me Later can be set as a CustomCharge payment method in the Payment Methods pick list. For example, Bill Me Later can be configured as CustomChargeX, where X can be a number between 1-15.
Before you can use payment processors and their supported payment methods for transactions during the sales order workflow, configuration is required in Order Management.
The order XML is imported into Order Management with the payment tag when the payment is Captured outside of Order Management. For Bill Me Later, tokenization isn't enabled.
Example: payment tag in XML
This example shows the payment tag in XML when tokenization isn't enabled in Order Management, the custom <method-name> = billmelater and the <transaction-type> = AUTH.
<payments>
<payment>
<custom-method>
<method-name>billmelater</method-name>
<custom-method>
<amount>143.00</amount>
<processor-id>Vantiv</processor-id>
<transaction-id>82918727005554347</transaction-id>
<transaction-type>AUTH</transaction-type>
</payment>
</payments>