Cedar Partners API
  1. Getting Started
Cedar Partners API
  • Introduction
  • Getting Started
    • Data Model
    • Transaction Lifecycle
    • Authentication
    • API Environments
    • Webhooks Configuration
  • Development Tools
    • API Debugging
    • Error Codes
    • File URLs
  • API Documentation
    • Information
      • Get Countries
      • Get Currencies
    • Merchants
      • Create Merchant
      • Update Merchant
      • Get Merchant by ID
      • Get Merchants with Pagination
    • Onboarding
      • Onboarding Lifecycle
      • Get Legal Agreements
      • Accept Legal Agreements
      • Submit Merchant Onboarding
    • Receiver Accounts
      • Create Receiver Account
      • Update Receiver Account
      • Get Receiver Account by ID
      • Get Receiver Accounts with Pagination
    • Transactions
      • Payout (Crypto-to-Fiat)
        • Calculate FX Rate
        • Create Payout Transaction
        • Get Payout Transaction by ID
        • Get Payout Transactions with Pagination
        • Approve Payout Transaction Quote
        • Approve Payout Transaction Deposit
        • Cancel Payout Transaction
      • End to End (Fiat-to-Fiat)
        • Calculate FX Rate
        • Create End to End Transaction
        • Get End to End Transaction by ID
        • Get End to End Transactions with Pagination
        • Approve End to End Transaction Quote
        • Approve End to End Transaction Deposit
        • Cancel End to End Transaction
      • Collections (Fiat-to-Fiat)
        • Calculate FX Rate
        • Create Collections Transaction
        • Get Collections Transaction by ID
        • Get Collections Transactions with Pagination
        • Approve Collections Transaction Quote
        • Approve Collections Transaction Deposit
        • Cancel Collections Transaction
      • Get Payout Confirmation by Transaction ID
        GET
    • Utilities
      • Upload File
  1. Getting Started

API Environments

Overview#

As part of our Partners API platform, you will have access to two environments: Live and Sandbox. These environments allow for safe testing and deployment of API integrations.

Base URLs#

EnvironmentBase URL
Sandboxhttps://partners-api.service.cedar.money/mock/bpapi
Livehttps://partners-api.service.cedar.money/bpapi

Accessing Environments#

Both environments use the same API keys. The keys are available at the Partners Platform by following these steps:
1.
Log in to the Partners Platform.
2.
Navigate to API > API Security.
3.
Retrieve your API keys.

Live/Sandbox Data#

All the data in the partners platform is for the Live environment. The Sandbox data is available only through the API with 2 exceptions:
API Request Logs
API Webhook Logs
The logs are available for both environments. Each table of logs has a "Sandbox" column you can use to filter the table for Live/Sandbox data.

Sandbox Environment#

The Sandbox environment replicates the functionality of the Production environment while allowing you to simulate different scenarios without affecting real transactions. It includes all standard production endpoints.

Important Notes#

Actions within the Sandbox environment can only be performed via API requests.
It is recommended to thoroughly test API integrations in the Sandbox environment before moving to Live environment.
Modified at 2025-03-06 16:53:11
Previous
Authentication
Next
Webhooks Configuration
Built with