Integrate your external CRM system with the B2COPY API
Learn how to authorize in B2COPY from your external CRM system and obtain the access token required for using the B2COPY API
Prerequisites
Generate keys
# Generate private key
openssl genpkey -algorithm EC -pkeyopt ec_paramgen_curve:P-256 \
-out ec_private_pkcs8.pem
# Generate public key
openssl pkey -in ec_private_pkcs8.pem \
-pubout -out ec_public.pemContact B2COPY support
Generate JWT tokens
Obtain B2COPY access and refresh tokens
Request
Name
Type
Required
Description
Response
Refresh the access token
Request
Response
PreviousRegister a client and create their payment account (only for a standalone solution)NextInitiate fee processing between master and investment accounts
Last updated
Was this helpful?

