Update Payment Profile

This request allows you to update a customer's Payment Profile.

General

This request allows you to update a payment profile created in Secure Payments. Here's what you need to know about updating payment profiles:

  • Payment profiles are always created via Secure Payments. Even when creating a payment profile in the LMS UI, you are actually creating it in Secure Payments via an iframe.
  • This request allows you to edit basic payment profile information, but you can't edit account information.
  • A customer can have more than one associated payment profile.
  • Payment profiles can either be bank accounts or credit/debit cards.

For an example of how payment profiles are updated within the UI, take a look at our Add a Customer Payment Profile article.

Database

For information on payment profile database tables, see the following articles:

{
     "PaymentAccounts": {
          "results": [
               {
                    "id": 363,
                    "title": "API Example Account",
                    "isPrimary": true,
                    "isSecondary": false,
                    "active": true,
                    "__id": 363,
                    "__update": true
               }
          ]
     }
}

📘

Try It Instructions

Our requests often provide sample payload information so that you can receive a 200 response from simply hitting the Try It button. This request is ready for you—expand the PaymentAccounts object and hit Try It to send the request.

However, if you would like to try this request with your own tenant account, make sure to change the headers to match your own authentication information.

Language
Authentication
Click Try It! to start a request and see the response here!