Contrary to the “Create Checkout Page” endpoint, which triggers the PAYMENT_COMPLETED
webhook with the metadata
property upon checkout completion; the “Transfer Funds Between Wallets” endpoint will not pass the metadata
property to its webhook: “Webhook - Transfer Funds Between Wallets Created”.
I’m attempting to use the metadata
passed from “POST: Transfer Funds Between Wallets” and expected on its webhook, but metadata
is not even a property from this webhook response.
Is this something the Rapyd team missed in their backend? Or is it expected to not include the metadata
property?
If it’s expected, then please add it to the response, since I’ll be using it.
Otherwise, please remove metadata
from the documentation.
Kindly.