Can I use my own payment infrastructure with Request Network requests? #1280
-
I'm building an established payment project and I want to add decentralized invoices built using Request Network. Is Request Network compatible with my existing payment infrastructure? Can I integrate my existing payment infrastructure into Request Network? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes. Request Network is open to integrating 3rd party payment infrastructure as long as the integration is open-source and results in Pull Requests (PRs) into the Request Network SDK that enables all of the Builders in our ecosystem to benefit and use the payment infrastructure. Details
Option 1: Update the 3rd party payment smart contract to emit the
|
Beta Was this translation helpful? Give feedback.
Yes. Request Network is open to integrating 3rd party payment infrastructure as long as the integration is open-source and results in Pull Requests (PRs) into the Request Network SDK that enables all of the Builders in our ecosystem to benefit and use the payment infrastructure.
Details
paymentReference
which ties the payment to the request. ThepaymentReference
is an 8-byte hash derived from the request ID.Option 1: Update the 3rd party payment smart contract to emit the
paymentReference
event.This means adding a new payment network. This would require updates to the following com…