Creates a deferred transaction request that is automatically grouped.
This endpoint creates a deferred TransactionRequest in the system that is automatically and immediately grouped into a deferred transaction group.
You must provide either a recipient object or a StoredRecipientRequest object if you wish to use a previously stored recipient in this transaction.
The response is an object that contains both the TransactionResponse and DeferredTransactionGroup details.
| Property | Type | Description |
|---|---|---|
| Group | DeferredTransactionGroup | The DeferredTransactionGroup created. |
| Transaction | TransactionResponse | The TransactionResponse created. |
Calling this endpoint is the functional equivalent of calling Create (deferred transaction) followed by Create Group.
We've made this simple...Please note that the body parameters have been simplified for ease of use here. Please see the TransactionRequest data type for a full description of all fields and sub-types.
Roles RequiredAuthentication tokens must possess the DeferredTransactionRequests.Create and DeferredTransactionGroups.Create roles to use this endpoint.