v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBTransactions
Create Out-Of-Platform Transaction
Endpoint to create an Out-Of-Platform Transaction (not automatically tracked by Soldo).
post/business/v2/transactions/out-of-platform-transactions
Headers
X-Soldo-Fingerprintstring required
Advanced authentication: SHA512SUM of the fingerprint values listed in the fingerprint order for this endpoint.
Example:{{fingerprint}}
X-Soldo-Fingerprint-Signaturestring required
Advanced authentication: Signature of the X-Soldo-Fingerprint.
Example:{{fingerprint_signature}}
Request body
Example request
{
"request_timestamp": 1576850500000,
"date": "2017-06-01T12:48:40Z",
"owner_id": "XMPL1234-000002",
"merchant_name": "SHH HOTEL LONDON",
"tx_amount": 10.25,
"exchange_rate": 1
}Response
The returned resource is a single Out-Of-Platform Transaction.
Example response
{
"transaction_id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
"date": "2017-06-01T12:48:40Z",
"owner_id": "XMPL1234-000002",
"merchant_name": "SHH HOTEL LONDON",
"tx_amount": 10.25,
"amount": 10.25,
"exchange_rate": 1
}