Create TxPush Test Transaction

POST {{baseUrl}}/aggregation/v1/customers/{{customerId}}/accounts/{{accountId}}/transactions

Inject a transaction into the transaction list for a testing account. This allows an app to trigger TxPush notifications for the account in order to test the app's TxPush Listener service. This causes the platform to send one transaction event and one account event (showing that the account balance has changed). This service is only supported for testing accounts.

For additional details on this process, see TxPush Listener Service.

Supported regions: πŸ‡ΊπŸ‡Έ

Request Body

{"amount"=>-4.25, "description"=>"a testing transaction description", "transactionDate"=>1607450357, "status"=>"pending", "postedDate"=>1607450357}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring
Finicity-App-Tokenstring
Finicity-App-Keystring

RESPONSES

status: Created

{"id":21284820852,"createdDate":1607450357}