Skip to main content

Input fields

accountNumber : String! required

The account number.

idempotencyKey : String! required

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.

targetIdentifier : String! required

The unique identifier for the target the payment method should be associated with.

targetType : PaymentMethodActionIntentTargetType! required

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" }