Bond APIs [v0.1]

Number of APIs: 65

This collection uses collection variables to persist newly created resource id's such as: - customer_id - card_id - transaction_id - webhook_id - business_id - restriction_id

  1. Customers - create customer POST https://{{environment}}.bond.tech/api/v0.1/customers

  2. Customers - get customer GET https://{{environment}}.bond.tech/api/v0.1/customers/{{customer_id}}

  3. Cards - create card POST https://{{environment}}.bond.tech/api/v0.1/cards

  4. KYC - start kyc [doc required] POST https://{{environment}}.bond.tech/api/v0.1/customers/:customer_id/verification-kyc

  5. Quickstart - 10. get transaction by id GET https://{{environment}}.bond.tech/api/v0.1/transactions/{{transaction_id}}

  6. Cards - reissue card POST https://{{environment}}.bond.tech/api/v0.1/cards/{{card_id}}/reissue

  7. Card Restrictions - delete card restriction DELETE https://{{environment}}.bond.tech/api/v0.1/cards/{{card_id}}/restrictions/{{restriction_id}}

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

  9. Quickstart-link accounts - Link an External Bank Account POST https://{{environment}}.bond.tech/api/v0/accounts

  10. KYC - kyc doc upload POST https://{{environment}}.bond.tech/api/v0.1/customers/:customer_id/verification-kyc/documents