OwnerInput
Input object type representing a payment method owner.
Note, this is based on exposing the db primary key of the underlying
owner entity. This approach has since been superseded - please use
PaymentMethodOwnerInput instead.
Input fields
The ID of the owner.
The type of owner entity.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"ownerId": "79336813",
"ownerType": "ACCOUNT_USER"
}