RecordActivatedPaymentMethodInput
Input fields
The payment method action intent details or token.
The financial account details for this payment method. The details type must match what's configured for the provided payment method type.
The code of the payment method type this payment method should be associated with.
The reference used to uniquely identify this payment method.
The timezone aware datetime when the payment method entered the reported state.
The timezone aware datetime, specifying when the payment method is usable from.
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"
}