publicKey (pk_live_.../pk_test_...) from the browser to open a checkout modal. This API uses a secret key (sk_live_.../sk_test_...) from your server to manage bank accounts, bill payments, payouts, transactions, and everything else covered in this section.
Obtaining your keys
Reeple doesn’t currently offer self-service key generation. To get your public and secret keys, contact Reeple as part of onboarding.
sk_test_... secret key is only valid alongside a pk_test_... public key, and likewise for sk_live_... / pk_live_.... Don’t mix a test key with a live one.
Authenticating a request
Send your secret key in theapi-key header on every request:
Next steps
Webhooks
Get notified in real time as your transactions change status.
Errors
Common error shapes returned across this API.