Skip to content

Update Payer

Overview

The update payer interface is used to modify existing payer information. When the payer's address, contact person, email or ID validity period changes, you can update the relevant information through this interface.

Important Note

The update operation will not change payerId, only modify the payer's related information.

Applicable Scenarios

ScenarioDescriptionExample
Incorrect InformationInformation filled incorrectly during creation needs correctionAddress, phone, email errors
ID UpdateID expiration requires re-uploadBusiness license, ID card expiration
Address ChangeSub-merchant's registered address changesOffice relocation, registered address change
Contact ChangeContact person or contact information updateResponsible person change, phone change
Regular MaintenanceRegularly update information to maintain accuracyAnnual information verification

Operation Process

Step 1: Query Current Information

  1. Call query interface Query Payer Interface
  2. Get current complete payer information

Why Query First?

Querying first ensures you understand the current complete information, avoiding overwriting fields that don't need modification.

Step 2: Prepare Update Data

Determine fields to be modified Update Payer Interface:

  • Address information
  • Contact information
  • Contact email
  • Contact phone
  • ID information

Step 3: Submit Update Request

  1. Call update interface Update Payer Interface
  2. Pass payerId + update fields

Step 4: System Verification

System verifies update content:

  • Data format verification
  • Required field check
  • Compliance verification

Update vs Recreate

ComparisonUpdate PayerRecreate Payer
payerIdRemains unchangedWill generate new ID
Historical RecordsRetainedLost
Associated TransactionsMaintain associationNeed to re-associate
Review DurationUsually fasterRequires complete review
Applicable ScenarioInformation changeCompletely new legal entity

Recommendation

Unless it's a completely different legal entity, prioritize using the update interface rather than delete and recreate.

FAQ

Q1: How soon after updating can it be used for payment?

Answer

  • Takes effect immediately

Q2: Can only partial fields be updated?

Answer

Yes. You only need to pass the fields that need to be updated, other fields remain unchanged.

Q3: What if update fails?

Answer

Check the following:

  1. Are required fields complete
  2. Is data format correct
  3. Are newly uploaded IDs clear and valid
  4. Is signature correct
  5. Does payerId exist

Q4: Will update operation affect payments in process?

Answer

  • Will not affect payments in process

Q6: Can updates be revoked?

Answer

Cannot be automatically revoked. If you need to restore original information, you need to call the update interface again with the original data.

Recommendation: Save original information before updating for restoration if necessary.