Right now there is a webhook for when an authorization is captured, but
not for the transaction when it is settled. There is a hook for the
refund and void states, so it would be nice to include a settled one as
well.
@RichardH I just tried in production and it failed. In the same request
I...create a transaction using a Token (createTransactionRequest)create
a customer profile from the transaction charge
(createCustomerProfileFromTransactionRequest)use the given ...