Make a Payment

Secure Payment Options

Use the secure payment options below to make a payment toward your account. If you have questions about your account or need assistance before making a payment, please contact Plaid Resolution Services at (877) 901-1425.

<script
  src="https://secure.networkmerchants.com/token/CollectCheckout.js"
  data-checkout-key="checkout_public_fMe6tB3SsD2n24NRA64azh2298t38YJz">
</script>

<button id="checkout_button" style="
  background:#f5b84b;
  color:#000;
  border:none;
  padding:18px 34px;
  font-size:18px;
  font-weight:600;
  cursor:pointer;">
  Make a Secure Payment
</button>

<script>
document.getElementById('checkout_button').addEventListener('click', function () {
  CollectCheckout.redirectToCheckout({
    lineItems: [{
      lineItemType: "customPayment",
      description: "Plaid Resolution Services Account Payment",
      currency: "USD"
    }],
    type: "sale",
    successUrl: "https://plaidresolutions.services/",
    cancelUrl: "https://plaidresolutions.services/",
    receipt: {
      showReceipt: true,
      redirectToSuccessUrl: true,
      sendToCustomer: true
    }
  });
});
</script>