Update Payment Profile

This request allows you to update a Payment Profile in Secure Payments.

General

Payment profiles are used to allow borrowers to make payments on their accounts. Here's what you need to know about updating payment profiles:

  • When a payment profile is created, a token is generated. For security reasons, that token is used to pull profile information and make payments. You will also need the payment profile's token to edit it. If you've lost the token, you'll be unable to update the payment profile, and we suggest deleting the profile within the Secure Payments UI.
  • The headers for this request differ from other requests. Here, you will need to use an OBO Token as your authorization key. Your headers should look like the following:
    Authorization: {OBO Token}
    Content-Type: application/json
{
    "token": "QVFJREFIalVqRlk3bHJIVFJFWERTSFljS3R6R1haaFNNNEFJVjkwbWFlalRZUEw3RmdFS1FIRjRzbno2N0tXM2Q4dFovZkorQUFBQWZqQjhCZ2txaGtpRzl3MEJCd2FnYnpCdEFnRUFNR2dHQ1NxR1NJYjNEUUVIQVRBZUJnbGdoa2dCWlFNRUFTNHdFUVFNTmxPYWVUS2JmQ3ZCbUFIWEFnRVFnRHNYaFA3Z1JDSWhCa0gzZWJkV2tqb2w3UnNtVVJ6Q2FiVDRDSjBMZWk3dGpPUjVKYWJSQkZUWVk5UXRoQ0duTXV1cE92WXk2aG1RR3l5RXdRPT0uS2xjOVVUOVlvTm9jbGNvYmNiUkJRdz09LkFRSURBSGpVakZZN2xySFRSRVhEU0hZY0t0ekdYWmhTTTRBSVY5MG1hZWpUWVBMN0ZnRUtRSEY0c256NjdLVzNkOHRaL2ZKK0FBQUFmakI4QmdrcWhraUc5dzBCQndhZ2J6QnRBZ0VBTUdnR0NTcUdTSWIzRFFFSEFUQWVCZ2xnaGtnQlpRTUVBUzR3RVFRTU5sT2FlVEtiZkN2Qm1BSFhBZ0VRZ0RzWGhQN2dSQ0loQmtIM2ViZFdram9sN1JzbVVSekNhYlQ0Q0owTGVpN3RqT1I1SmFiUkJGVFlZOVF0aENHbk11dXBPdll5NmhtUUd5eUV3UT09LmhQR0xWR3dQejh5akh0bURZaXFHYnlxaFhSTmU1U1p5eGh5ZFVHMFRSbnlhUjR0QytxaE14anRUbUFLaytBN1ZaQ3l0bE1IL1RpV21rTjdFZEtEZmdCZnhwemJIK0ZuMllaL08wWk1UaTA3ZzJUQzB2b0JDRGVMR3BaaVFJdWZWczFNVWdtbGR1QTczS3lZTWhORkpxd0pCeGNrZWgvUURCU1dFM05USFcwQUEyK1pSeVFyZzlpWUN0OWFCRFFDZVkrS0ZTZHF0SitjNEJKTnJDSmtpQ2w4eEJUTURuc0N3TTNrUG5WcFVFUmozbzVObTByb05kU2praHF5RlpPbkhGeFJSNFVzaU1Ld2dOK0Y3WWI1MHBnbU56UE1qbGJDak56VzNMRnRQZXJXNnlrTzl6dFRoTUtxUFVtL0pRV2psL1EwOHFuU0UxeFU3MXVVRk5MOWdGcGREZkpKN2Zhcmd1WENKbGVRS1lnL2ZiNkJLdVhtTmlINjJWWUUxR3hwOWRnY3ZnT3lBUjB2bDRwVUFMcmlhNXplTXhrUjdvTWRoTks2a1RTRnd4T3F6eHZ4eVhRQWQwZ2ZZMHRHRm5Xa1d3NDc3K3lZNEJBbysyQ0NnOXpQOFcxOXBFM0ROQktMdXhkRExqLzNyaTNhWlpiTE95ZDNwTzR1VXRqT0EyYTZ2SmN2Z1lPRDJrQWFtZFJqbi95L3pzRXB5b2NyeXhYZ24zaEpCQk5IOE1FMmZVWE1pc1JiVEF0ZGlsRmhSRUNZS2c4R1ZXcDVEVFZmOGNUcDFtVW1zcFYycDRoNVNZeUNDRHF2YWJDcEFRR0tWQWE4VjRJdHdiVlVWaUJYbmtMbzg4L24wZVZGZEZ3ZmJ4MGd0RGtSTzZrOUIyUVdqUWZxcnV1UThGRWswUEdEcGdzd05DN2dRdU1CaEVQOFBGUzhpU3h0L1l5V0hjWGM5SVAybkhwb1ppZz09",
    "checking-account": {
        "accountholder_name": "Jerry Garcia",
        "account_number": "2664898",
        "routing_number": "124302150",
        "bank_name": "US BANK NA",
        "eft_branch_number": "",
        "eft_institution_number": "",
        "address": "1969 Aoxomoxoa Avenue",
        "city": "Layton",
        "country": "USA",
        "zipcode": "84041",
        "state": "UT",
        "account_type": "checking"
    }
}

📘

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—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
Click Try It! to start a request and see the response here!