CreateSourceFundRequestInput
Input fields
Account number of the request.
Payment reason of the request. Preferably left empty to let Kraken choose one.
Amount of the request (in cents).
Id of the source ledger concerned (ex: pot ledger).
Deprecation
The 'ledgerId' field is deprecated.Please use 'ledgerNumber' instead. This is in the form of 'L-123456789A'
- Marked as deprecated on 2024-10-22.
- Scheduled for removal on or after 2025-06-25.
Number of the source ledger concerned (ex: pot ledger).
Id of the target ledger concerned (ex: charging ledger).
Deprecation
The 'ledgerId' field is deprecated.Please use 'ledgerNumber' instead. This is in the form of 'L-123456789A'
- Marked as deprecated on 2024-10-22.
- Scheduled for removal on or after 2025-06-25.
Number of the target ledger concerned (ex: charging ledger).
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"accountNumber": "A-ABAF5F37",
"paymentReason": "ACCOUNT_CHARGE_PAYMENT",
"requestedAmount": 85,
"sourceLedgerNumber": "condition-production-away-movie-newspaper",
"targetLedgerNumber": "claim-heart-again-describe-dog"
}