- Start your Apidog journey
- Infinity
- Pomelo Card
- [Mobile]
- EkycCardHolder_Update
- [Batch]-CreatePOST
- [Batch]-Resent OTP CreatePOST
- [Batch]-Verify OTP CreatePOST
- [Batch]-Get Pomelo Batch Card With PagingPOST
- [Batch]-Confirm RecevedPOST
- [Batch]-Get DetailsPOST
- [CardHolder]-Get Presign LinkPOST
- [CardHolder]-CreatePOST
- [CardHolder]-Get Otp Approval Or RejectPOST
- [CardHolder]-Verify OTP Approval Or RejectPOST
- [CardHolder]-Resent OTP Approval Or RejectPOST
- [CardHolder]-Get Ekyc With PagingPOST
- [CardHolder]-Get With PagingPOST
- [CardHolder]-Get By Company With PagingPOST
- [CardHolder] - PresignLinkViewPOST
- [Common]-Get Documents TypePOST
- [Common]-Get NationalitiesPOST
- [Common]-Get GendersPOST
- [Card]-Get With PagingPOST
- [Card]-Get DetailsPOST
- [Card]-Get Details By CardIDPOST
- [Card]-Get OTP ActionPOST
- [Card]-Resent OTP ActionPOST
- [Card]-Verify OTPPOST
- [Card]-Get BalancePOST
- [Card]-Confirm Received CardPOST
- [CardHolder]-SearchPOST
- [Card]-GetTransactionHistoryPOST
- [Account]-Get Account DetailsPOST
- [Card]-Get Cards By BatchPOST
- [Account]-Get StatementPOST
- [Card Holder] - Get Card Holder DetailPOST
- [Card]-Search Pomelo CardPOST
- [CardHolder]-EditPOST
- Users
- User Blacklist
- User Blacklist History
- [User]-Create
- [User]-Login
- [User]-Create User Type
- [User]-Change Password
- [User]-List
- [User]-Forgot Password
- [User]-Update Avatar
- [User]-Update Info
- [User]-Update Language
- [User]-Update Token
- [User]-Set Read Notification
- [User]-Get Notifications
- [User]-Update Device token
- [User]-User Detail
- [User]-Count Notification Unread
- [User]-Verify OTP Forgot Password
- [User]-Resent OTP Forgot Password
- [User]-Get Iv
- [User]-Login With 2Fa
- Company
- Company Blacklist
- Company Blacklist History Copy
- [Company]-New Star
- [Company]-New Satellite
- [Company]-New Star Config
- [Company]-Get Relationships
- [Company]-Star By User
- [Company]-Get Satellites
- [Company]-Satellite Under Star
- [Company]-Get Presign Link
- [Company]-Set Bank Account
- [Company]-Get Star Details
- [Company]-Get Satellite Details
- [Company]-Edit Star
- [Company]-Edit Satellite
- [Company]-Move Satellite
- [Company]-Get OTP
- [Company]-Resent OTP
- [Company]-Verity OTP
- [Company]-Get Overnight Money
- [Company]-Save Overnight Money
- [Company]-Get Request Open Company
- [Company]-Set Status Request Open Account
- [Company]-Get Docs By Type
- [Company]-Add Special Clabe
- [Company]-Get OTP Block Company
- [Company]-Resent OTP Block Company
- [Company]-Verify OTP Block Company
- [Company]-Get Banks
- [Company]-Get Galaxy
- [Company]-Get Galaxy By User
- [Company]-Pre-Sign Link Upload Blacklist Review Doc
- [Company]-Pre-Sign Link Read Blacklist Review Doc
- Group
- Transaction
- [Transaction]-Get Transactions By Company V2
- [Transaction]-Get Transactions By Company
- [Transaction]-Get Pending Transactions
- [Transaction]-Get Pending Transaction V2
- [Transaction]-Get Details Pending Transaction
- [Transaction]-Get Schedule Transaction
- [Transaction]-Get Schedule Transaction V2
- [Transaction]-Get Transaction Details
- [Transaction]-Get Transaction Status
- [Transactio] - Transfer Money
- [Transactio] - Verify OTP
- [External]Pomelo
- External
- ClientWeb
[CardHolder]-Edit
Developing
POST
/api=editCardHolder
#Pomelo-CardHolder
Request
Body Params application/json
docId
string
required
companyDocId
string
required
firstName
string
required
lastName
string
required
secondLastName
string
optional
idNumber
string
required
rfcNumber
string
required
dayOfBirth
string
required
gender
string
required
countryOfBirth
string
required
cityOfResidence
string
required
nationality
string
required
sourceOfFunds
string
required
phone
string
required
docList
array [object {3}]
required
code
string
required
docId
string
required
fileName
string
required
requiredInfos
array [object {3}]
required
code
string
required
description
string
required
answer
string
required
legalAddress
object
required
postCode
string
required
>= 5 characters<= 9 characters
roadName
string
required
>= 1 characters<= 100 characters
exteriorNumber
string
required
>= 1 characters<= 10 characters
interiorNumber
string
required
>= 1 characters<= 10 characters
neighborhoodName
string
required
>= 1 characters<= 50 characters
localityName
string
required
>= 1 characters<= 50 characters
municipalityName
string
required
>= 1 characters<= 100 characters
federalName
string
required
>= 1 characters<= 50 characters
streetBetween
string
required
>= 1 characters<= 100 characters
Example
{
"docId": "string",
"companyDocId": "string",
"firstName": "string",
"lastName": "string",
"secondLastName": "string",
"idNumber": "string",
"rfcNumber": "string",
"dayOfBirth": "string",
"gender": "string",
"countryOfBirth": "string",
"cityOfResidence": "string",
"nationality": "string",
"sourceOfFunds": "string",
"phone": "string",
"docList": [
{
"code": "string",
"docId": "string",
"fileName": "string"
}
],
"requiredInfos": [
{
"code": "string",
"description": "string",
"answer": "string"
}
],
"legalAddress": {
"postCode": "string",
"roadName": "string",
"exteriorNumber": "string",
"interiorNumber": "string",
"neighborhoodName": "string",
"localityName": "string",
"municipalityName": "string",
"federalName": "string",
"streetBetween": "string"
}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api=editCardHolder' \
--header 'Content-Type: application/json' \
--data-raw '{
"docId": "string",
"companyDocId": "string",
"firstName": "string",
"lastName": "string",
"secondLastName": "string",
"idNumber": "string",
"rfcNumber": "string",
"dayOfBirth": "string",
"gender": "string",
"countryOfBirth": "string",
"cityOfResidence": "string",
"nationality": "string",
"sourceOfFunds": "string",
"phone": "string",
"docList": [
{
"code": "string",
"docId": "string",
"fileName": "string"
}
],
"requiredInfos": [
{
"code": "string",
"description": "string",
"answer": "string"
}
],
"legalAddress": {
"postCode": "string",
"roadName": "string",
"exteriorNumber": "string",
"interiorNumber": "string",
"neighborhoodName": "string",
"localityName": "string",
"municipalityName": "string",
"federalName": "string",
"streetBetween": "string"
}
}'
Responses
🟢200Success
application/json
Body
code
integer
required
message
string
required
reqId
string
required
payload
object
required
docId
string
required
Example
{
"code": 0,
"message": "string",
"reqId": "string",
"payload": {
"docId": "string"
}
}
Modified at 2025-04-29 02:49:05