Hi here, I'm trying to simulate some error response by the transaction amount which mentions in the Braintree document:
https://developer.paypal.com/braintree/docs/reference/general/testing/node#transaction-amounts
When I view the response of the authorizeCreditCard mutation, it only contain a simple status status: "PROCESSOR_DECLINED. Even the statusHistory field is also return the same status:

May I know is it possible to get the detail processor response from the api?
Many thanks!