You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``$my_address`` is your own crypto address, where your funds will be sent to
45
45
``$callback_url`` is the URL that will be called upon payment
46
46
``$parameters`` is any parameter you wish to send to identify the payment, such as `['order_id' => 1234]`
47
-
``$cryptapi_params`` parameters that will be passed to CryptAPI _(check which extra parameters are available here: https://cryptapi.io/docs/#/Bitcoin/btccreate)_
47
+
``$cryptapi_params`` parameters that will be passed to CryptAPI _(check which extra parameters are available here: https://docs.cryptapi.io/#operation/create)_
48
48
``$payment_address`` is the newly generated address, that you will show your users
49
49
``$api_key`` is the API Key provided by [BlockBee](https://blockbee.io/), since this library is also compatible with BlockBee API.
50
50
@@ -147,7 +147,7 @@ For object creation, same parameters as before. You must first call `get_addres
147
147
148
148
``$size`` Size of the QR Code image in pixels. Optional, pass `false` to use the default size of 512.
149
149
150
-
Response is an object with `qr_code` (base64 encoded image data) and `payment_uri` (the value encoded in the QR), see https://cryptapi.io/docs/#operation/btcqrcode for more information.
150
+
Response is an object with `qr_code` (base64 encoded image data) and `payment_uri` (the value encoded in the QR), see https://docs.cryptapi.io/#operation/qrcode for more information.
0 commit comments