Used when you want to copy card information between two gateways (such as copying cards between Authorize.Net and Stripe). Will contain details of the payment method type (card, Amazon Payments, etc.), name of the gateway, and the reference ID that the gateway uses to identify the specific card.
{
"gateway": "stripe",
"gateway_account_id": "gw___dev__3Nl9BTsQ8Uqmnt5l",
"type": "card",
"reference_id": "cus_9wYGZiAzAyXJ6f/card_9wYGfoGHogX7Lk",
"object": "third_party_payment_method"
}