Getting Started

Bucky is an all-in-one payment solution built for platforms aiming to offer robust financial services to their users. Whether you're operating a membership platform for sports clubs or an online store, Bucky equips you with every tool needed to manage payments, execute payouts, handle cancellations, and much more—tailored for any use case.

Getting Access

If you are a new customer, you need to contact us at hei@kredd.it. You will receive the necessary info to get access to our different systems:

API Access

Request Headers

To access our API you will need two keys: PlatformID and API Secret. These keys needs to be present in the header of every API-request to authenticate the request.

{
  “X-Platform-Secret”: “Your-Platform-Secret“,
  “X-Platform-Id”: “Your-Platform-ID”,
  //...other headers
}

Connected Account Fee-account

You will also receive your platform Connected Account Fee-account, where all of the transaction fees you define for your merchants will be transferred to. This is your revenue. You need to specify your Fee-account in the moneySplit when creating a payment in order to receive revenue from the payment.

Platform Dashboard

You will receive an Email and Password to login to our Platform Dashboard: portal.paybucky.com. From here you can view and manage all of your platforms data, as well as see statistics and perform necessary actions, such as running payouts, approving refunds etc.

The current url is as seen in the API Reference server:

https://api.paybucky.com/payment-service

But this will soon be replaced with:

https://api.paybucky.com

Both urls will work and have the same effect, but nice to switch out once deployed. We will not remove the first url, so nothing will break when the new url is announced.