curl --request PATCH \
--url https://api.meow.com/v1/contacts/{contact_id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"nickname": "<string>",
"email": "jsmith@example.com",
"address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"street_line_2": "<string>",
"state": "<string>",
"postal_code": "<string>"
},
"counterparty": {
"name_on_account": "<string>",
"nickname": "<string>",
"ach": {
"account_number": "<string>",
"account_type": "checking",
"routing_number": "<string>",
"address_on_account": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
}
},
"wire": {
"account_number": "<string>",
"routing_number": "<string>",
"address_on_account": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
},
"bank_address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
},
"bank_name": "<string>",
"intermediary_bank": {
"name": "<string>",
"routing_number": "<string>",
"address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
}
}
},
"check": {
"address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
},
"created_time": "2023-11-07T05:31:56Z",
"updated_time": "2023-11-07T05:31:56Z"
},
"plaid_processor_token": "<string>",
"email": "jsmith@example.com",
"company_ids": [
"<string>"
]
}
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"nickname": "<string>",
"payment_methods": {
"ach": {
"counterparty_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name_on_account": "<string>",
"nickname": "<string>",
"account_type": "checking",
"account_number": "<string>",
"routing_number": "<string>",
"address_on_account": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
}
},
"wire": {
"counterparty_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name_on_account": "<string>",
"nickname": "<string>",
"bank_name": "<string>",
"account_number": "<string>",
"routing_number": "<string>",
"beneficiary_address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
},
"bank_address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
},
"intermediary_bank": {
"name": "<string>",
"routing_number": "<string>",
"address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
}
}
},
"check": {
"counterparty_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name_on_account": "<string>",
"nickname": "<string>",
"mailing_address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
}
},
"international": {
"beneficiary_id": "<string>",
"preferred_currency": "AED"
},
"crypto": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"destination_address": "<string>",
"destination_payment_rail": "arbitrum",
"destination_currency": "usdb"
}
],
"static_memos": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"destination_address": "<string>",
"destination_payment_rail": "arbitrum",
"destination_payment_currency": "usdb"
}
]
},
"supported_payment_methods": [
"ach"
],
"email": "jsmith@example.com",
"address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
},
"last_payment_reason": "audio_visual_services"
}Updates an existing contact and optionally adds new payment details.
curl --request PATCH \
--url https://api.meow.com/v1/contacts/{contact_id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"nickname": "<string>",
"email": "jsmith@example.com",
"address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"street_line_2": "<string>",
"state": "<string>",
"postal_code": "<string>"
},
"counterparty": {
"name_on_account": "<string>",
"nickname": "<string>",
"ach": {
"account_number": "<string>",
"account_type": "checking",
"routing_number": "<string>",
"address_on_account": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
}
},
"wire": {
"account_number": "<string>",
"routing_number": "<string>",
"address_on_account": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
},
"bank_address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
},
"bank_name": "<string>",
"intermediary_bank": {
"name": "<string>",
"routing_number": "<string>",
"address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
}
}
},
"check": {
"address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
},
"created_time": "2023-11-07T05:31:56Z",
"updated_time": "2023-11-07T05:31:56Z"
},
"plaid_processor_token": "<string>",
"email": "jsmith@example.com",
"company_ids": [
"<string>"
]
}
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"nickname": "<string>",
"payment_methods": {
"ach": {
"counterparty_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name_on_account": "<string>",
"nickname": "<string>",
"account_type": "checking",
"account_number": "<string>",
"routing_number": "<string>",
"address_on_account": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
}
},
"wire": {
"counterparty_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name_on_account": "<string>",
"nickname": "<string>",
"bank_name": "<string>",
"account_number": "<string>",
"routing_number": "<string>",
"beneficiary_address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
},
"bank_address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
},
"intermediary_bank": {
"name": "<string>",
"routing_number": "<string>",
"address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
}
}
},
"check": {
"counterparty_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name_on_account": "<string>",
"nickname": "<string>",
"mailing_address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
}
},
"international": {
"beneficiary_id": "<string>",
"preferred_currency": "AED"
},
"crypto": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"destination_address": "<string>",
"destination_payment_rail": "arbitrum",
"destination_currency": "usdb"
}
],
"static_memos": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"destination_address": "<string>",
"destination_payment_rail": "arbitrum",
"destination_payment_currency": "usdb"
}
]
},
"supported_payment_methods": [
"ach"
],
"email": "jsmith@example.com",
"address": {
"street_line_1": "<string>",
"city": "<string>",
"country": "AW",
"postal_code": "<string>",
"street_line_2": "<string>",
"state": "<string>"
},
"last_payment_reason": "audio_visual_services"
}Your Meow API key for authentication
Optional entity ID for scoped access to entity-specific data
Contact identifier.
Successful Response
The unique identifier for the contact
A nickname or display name for the contact
1 - 400Payment methods associated with this contact
Show child attributes
List of payment methods supported by this contact
ach, wire, check, international, crypto, static_memo The email address of the contact
The physical address of the contact
Show child attributes
The reason for the last payment made to this contact
audio_visual_services, bill_payment, business_expenses, construction, donation_charitable_contribution, education_training, family_support, freight, goods_purchased, investment_capital, investment_proceeds, living_expenses, loan_credit_repayment, medical_services, pension, personal_remittance, professional_business_services, real_estate, taxes, technical_services, transfer_to_own_account, travel, wages_salary, other_services