CreateScheduledTransactionsInput
Input fields
Whether the scheduled transaction is a 'CHARGE' or a 'CREDIT'.
Additional data that will be consumed and associated with the scheduled transaction.
Optional short note about the scheduled transaction for customer display.
The gross amount of the scheduled transaction.
Unique identifier for the scheduled transaction.
Optional short note about the scheduled transaction for internal use.
The number of the ledger the scheduled transaction is for.
Any extra data that will be associated with scheduled transaction.
The net amount of the scheduled transaction.
The schedule on which the scheduled transaction will be posted.
The reason why the scheduled transaction is added to the account. Based on the input this should be a valid charge or a valid credit reason code.
The tax amount of the scheduled transaction.
The tax rate of the scheduled transaction.
Example
{
"action": "only-class-late-race-city",
"ancillaryData": {"key": "value"},
"displayNote": "suddenly-itself-who-southern-myself",
"grossAmount": 38,
"idempotencyKey": "nearly-represent-fire-debate-fish",
"internalNote": "agree-skin-understand-risk-floor",
"ledgerNumber": "hospital-huge-ask-fish-own",
"metadata": {"key": "value"},
"netAmount": 59,
"postedAfter": "1976-04-20T11:21:38.270559+00:00",
"reason": "Democrat-pay-woman-myself-read",
"taxAmount": 85,
"taxRate": "1.0"
}