Quickstart

Number of APIs: 13

  1. get transaction by card account id GET https://{{environment}}.bond.tech/api/v0.1/transactions?account_id={{card_account_id}}

  2. get transaction history GET https://{{environment}}.bond.tech/api/v0.1/transactions/{{transaction_id}}/history?card_id={{card_account_id}}

  3. 1. create webhook POST https://{{environment}}.bond.tech/api/v0.1/webhooks/

  4. 4. Submit Application POST https://{{environment}}.bond.tech/api/v0.1/credit/applications/:application_id/submit

  5. 4b. Get Application GET https://{{environment}}.bond.tech/api/v0.1/credit/applications/:application_id

  6. 5. Get SDA Account GET https://{{environment}}.bond.tech/api/v0.1/accounts/{{security_deposit_account_id}}

  7. 6. Create secure card POST https://{{environment}}.bond.tech/api/v0.1/cards

  8. 7. Get Credit Account GET https://{{environment}}.bond.tech/api/v0.1/accounts/{{account_id}}

  9. 8. Fund the SDA using an External Bank Account POST https://{{environment}}.bond.tech/api/v0.1/transfers

  10. 9. simulate purchase POST https://{{environment}}.bond.tech/api/v0.1/simulate/authorization