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
To actually make the local payments happen, we will need to implement the pay method of the new local payment method handling service.
This method will call the accountingService.createTransfer function which will make a transfer between the outgoing payment (the source account) and the incoming payment (destination account) using the amounts from the original quote. This can be a instantly-posted transfer, meaning, we don't need to create a pending transfer with a timeout, we can just make the accounting transfer instantly.
The text was updated successfully, but these errors were encountered:
mkurapov
changed the title
Implement the local pay method, which calls createTransfer between the outgoing payment and the incoming payment using the amounts from the original quote
Implement local pay method
Aug 9, 2024
Context
To actually make the local payments happen, we will need to implement the
pay
method of the new local payment method handling service.This method will call the
accountingService.createTransfer
function which will make a transfer between the outgoing payment (the source account) and the incoming payment (destination account) using the amounts from the original quote. This can be a instantly-posted transfer, meaning, we don't need to create a pending transfer with a timeout, we can just make the accounting transfer instantly.The text was updated successfully, but these errors were encountered: