Skip to main content

Input fields

actionIntent : PaymentMethodActionIntentOneOfInput! required

The payment method action intent details or token.

financialAccountDetails : FinancialAccountDetailsOneOfInput! required

The financial account details for this payment method. The details type must match what's configured for the provided payment method type.

paymentMethodType : String! required

The code of the payment method type this payment method should be associated with.

reference : String! required

The reference used to uniquely identify this payment method.

timestamp : DateTime! required

The timezone aware datetime when the payment method entered the reported state.

usableFrom : DateTime! required

The timezone aware datetime, specifying when the payment method is usable from.

usableTo : DateTime

The timezone aware datetime, specifying when the payment method is usable to.

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

{ "actionIntent": PaymentMethodActionIntentOneOfInput, "financialAccountDetails": FinancialAccountDetailsOneOfInput, "paymentMethodType": "natural-trial-study-move-should", "reference": "mouth-assume-American-card-coach", "timestamp": "2000-06-14T20:26:14.742769+00:00", "usableFrom": "1985-03-01T19:23:23.296944+00:00", "usableTo": "1988-10-19T01:53:35.336560+00:00" }