CreatePaymentMethodActionIntentInput
Input fields
The account number.
The unique string used to identify this intent to ensure it is only processed once.
The owners of the financial account the payment method represents.
The unique identifier for the target the payment method should be associated with.
The type of target the payment method should be associated with.
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
{
"accountNumber": "A-4AE86EAA",
"idempotencyKey": "I-environmental-test-role-again",
"owners": PaymentMethodOwnerInput,
"targetIdentifier": "11331032",
"targetType": "ledger"
}