Add 'SETTLEMENT_RETURNED' as a terminal
status when transaction_settlement_declined
occurs
#20
Labels
enhancement
New feature or request
enum--paymentstatus appears to need another status, similar to 'SETTLEMENT_RETURNED', as ACH transactions can move to 'SETTLED' with
terminal
set to true, then when the bank declines it after settlement, there is now way to tell via the Graphql api that there is a problem with the transaction.The only way to tell this state is a webhook: https://developers.braintreepayments.com/reference/general/webhooks/transaction/ruby#notification-type-transaction_settlement_declined
We are thankful for the webhook, but it is a bit ironic that the status remains SETTLED even when the transaction is returned and deducted out of Disbursements.
Much thanks!
The text was updated successfully, but these errors were encountered: