blockcypher / php-client

PHP wrapper for the BlockCypher APIs
Apache License 2.0
51 stars 85 forks source link

Set-up payment forwarding #75

Closed JadeDranzen closed 4 years ago

JadeDranzen commented 6 years ago

Hello,

I have created a payment forwarding address (a test one), I get this result: { "destination": "C9tLwL1XMNQDdBnf2UCYa3EAfSaa4vzgo4", "process_fees_percent": 0.0005, "id": "0e8d694b-88e2-47a7-a403-fbd04157e6af", "token": "63d8137cd87c462d807a1cf836985939", "input_address": "BvBXpw93EwNPcZhouvtr1eyaoJsGjAQiJS" }

How do I link the generated address to my created transactions in order to receive the percentage for the process fee?