For this endpoint:
api.infusionsoft.com/crm/rest/v2/contacts/{contact_id}/paymentMethods
The return payload is missing the credit_card_id
-
“records”: [
-
{
-
“contact_id”: 123,
-
“payment_method_id”: 123,
-
“credit_card_id”: “string”, THIS IS MISSING
-
“merchant_account_type”: “STRIPE”,
-
“merchant_account_id”: “string”,
-
“payment_method_type”: “CARD”,
-
“created_time”: “2024-05-21T14:30:00Z”,
-
“card_info”: {
- “brand”: “string”,
- “fingerprint”: “string”,
- “card_type”: “CREDIT”,
- “last_four”: “string”,
- “expiration_year”: “string”,
- “expiration_month”: “string”
},
-
“status”: “EXPIRED”
}
-
],
-
-
“next_page_token”: “string”
}