Create lost transaction
This request will allow you to create transaction search requests in our system.
Authorizations
apikeystringRequired
Query parameters
project_idnumberRequiredExample:
Project ID in the A-Pay system
1234567Body
filestring Β· binaryRequired
Supported file formats: jpg, png, heic, jpeg, pdf.
order_idstring Β· min: 16 Β· max: 16OptionalExample:
Deposit ID in the A-Pay system
0123456789abcdefPattern: ^[0-9a-f]+$custom_transaction_idstring Β· min: 1 Β· max: 200OptionalDefault:
Transaction ID in the client's system
nullExample: test_custom_id123descriptionstring Β· min: 1 Β· max: 100000OptionalDefault:
Description of a lost transaction
nullExample: Some description of a lost transactionResponses
200
Success
application/json
successbooleanRequiredExample:
true if there are no errors
truestatusstring Β· enumRequiredExample:
Lost transaction status
PendingPossible values: order_idstring Β· min: 16 Β· max: 16RequiredExample:
Lost transaction ID in the A-Pay system
0123456789abcdefPattern: ^[0-9a-f]+$custom_transaction_idstring Β· min: 1 Β· max: 200RequiredExample:
Transaction ID in the client's system
test_custom_id123messagestringRequiredDefault:
Description of response
Transaction successfully created400
Bad request
application/json
401
Unauthorized
application/json
404
Not found
application/json
422
Unprocessable Entity
application/json
post
/Remotes/create-lost-transactionβ οΈ Error Handling Guide
Last updated