Create a test statement
POSThttps://api.tryacme.com/v1/statements/:id
This request is only available in test mode.
Request
Responses
- 200
OK
Response Headers
Authorization: http
name: authorizationtype: httpscheme: bearerdescription: Set Your Secret API KeybearerFormat: SECRET_API_KEY
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://api.tryacme.com/v1/statements/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>' \
-d '{
"statementDate": "2023-04-24",
"type": "CAMT.053",
"transactionIds": [
"txn_0H3BQGADEA6NQ"
]
}'