Accept Deposit

Accept a Deposit. This is only needed for PULL deposits, PUSH deposits do not need to be accepted. On acceptance, this will initiate the funds pull from the source counterparty. It is not reversible

SecurityOAuth2: OAuth2Flow
Request
path Parameters
id
required
string

Deposit ID

header Parameters
Authorization
string

OAuth bearer token (see authentication flows)

x-l2f-request-id
string

Optional Unique ID per request, useful for fault resolution/diagnosis and audit.

x-l2f-idempotency-id
string

Unique ID used to safely retry an operation. See idempotency section for more details.

x-signature
string

Client signature to validate the provence of the API request. See signing section for more details.

x-timestamp
string

Current timestamp, represented AS unix epoch seconds. Mandatory when x-signature is provided.

Responses
200

Success

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Error

post/v1/deposits/{id}/accept
Response samples
application/json
{
  • "data": {
    }
}
© 2024 Rail. All Rights Reserved.