Secure Payments API – Editing Payment Profiles
General
Editing payment profiles is one of the payment profile options available through the Secure Payments (formerly PCI Wallet) API.
Editing Payment Profiles
A similar iframe can also be used to edit an existing payment profile. For checking accounts, simply change the URL in the supplied HTML snippet to:
https://securepayments.loanpro.io/check-edit-form/<YOUR OBO TOKEN>?account_type=<ACCOUNT TYPE>&account=<PAYMENT PROFILE TOKEN>
Where the account type is checking or savings, and the payment profile token is the token returned by Secure Payments when the account was created. For a credit card:
https://securepayments.loanpro.io/edit-form/<YOUR OBO TOKEN>?card=<PAYMENT PROFILE TOKEN>
Where the payment profile token is the token returned by Secure Payments when the payment profile was created.