/
/yellow-cards-payment-api
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Transactions4
Vaults5
  • getGet Vaults
  • postCreate Vault
  • getGet Vault by ID
  • getGet Asset Config
  • postGenerate Address
  • getGet Channels
  • getGet Networks
  • getGet Rates
  • postResolve Bank Account
  • postWidget Quote
  • getGet Crypto Channels
  • postSubmit Send Request
  • getLookup Payment
  • getLookup Payment by sequenceId
  • postSubmit Receive Request
  • postAccept Collection Request
  • getLookup Collection
  • getLookup Collection by sequenceId
  • postGet Fee Config
  • getLookup Crypto Send by sequenceId
  • get/send/crypto
  • postSubmit Settlement Request
  • getGet travel rule config
  • getList Sub Wallets
  • postCreate Sub Wallet
  • getGet Sub Wallet by ID
  • patchUpdate Sub Wallet
  • postCheck Eligibility
  • postExecute Auto Convert
  • getList RFQs
  • postCreate RFQ
  • postAccept RFQ
  • postReject RFQ
  • getGet RFQ by ID
  • getGet Conversion By ID
  • getList Conversions
  • getGet Onboarding Status
  • getList Virtual Accounts
  • getGet Virtual Account by ID
  • postSimulate Deposit (Sandbox only)
  • post/receive-accounts
  • get/receive-accounts/{alias}
Vaults

Create Vault

post/vaults

Request body

namestring required

Vault name for identification

Response

Create Vault

idstring
vaultLabelstring
partnerIdstring

Example response

{
  "id": "vaultinternal-uuid-239292",
  "vaultLabel": "Main Treasury Vault",
  "partnerId": "partneruuid-00293"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.