Create a test transaction
POST/transactions
Create a test transaction to simulate a credit or debit on your bank account. The
transaction will be available under GET /v1/transactions
(List Transactions). If you're subscribed to webhooks, you'll receive
a webhook with the event transactions.created
.
This request is only available in test mode.
Request
Responses
- 200
OK
Response Headers
Acme-Mode
Has the value LIVE if the data exists in live production mode or the value TEST if the data exists in test sandbox mode.