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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
Finicity-App-Token | string | ||
Finicity-App-Key | string |
RESPONSES
status: Created
{"id":21284820852,"createdDate":1607450357}