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
However, after querying an Open Payments connection when attempting to create a fixed-send quote, we are unable to populate the ResolvedPayment's destinationAsset because we do not yet know the receiver's asset details. Pay.setupPayment accomplishes this by performing an asset probe.
Possible workarounds include:
include the receiver's asset details in the /connections/{connectionId} response (the asset of the corresponding incoming payment).
call Pay.setupPayment in Rafiki's Open Payments client service with the connection's destinationAddress and sharedSecret for the sole purpose of performing the asset probe.
A quote's specified
receiver
may be either:The backend's quote creation currently returns an error if a resolved payment destination is not an incoming payment:
rafiki/packages/backend/src/open_payments/quote/service.ts
Lines 197 to 204 in 668e7cb
The text was updated successfully, but these errors were encountered: