Skip to main content

Create a test statement

POST 

https://api.tryacme.com/v1/statements/:id

This request is only available in test mode.

Request

Responses

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.

Authorization: http

name: authorizationtype: httpscheme: bearerdescription: Set Your Secret API KeybearerFormat: SECRET_API_KEY
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"
]
}'
Request Collapse all
Base URL
https://api.tryacme.com/v1
Auth
Parameters
— pathrequired
Body
{
  "statementDate": "2023-04-24",
  "type": "CAMT.053",
  "transactionIds": [
    "txn_0H3BQGADEA6NQ"
  ]
}