Conversation
|
Thank you! |
|
So, this fixes the frontend aspect of it, but as the backend still expects all fields you can't withdraw using this method.
Edit: We did some digging and it seems like you're using MuralPay to handle those PIX-based transactions, seen that they support it. And as per their API bank branch code is only required for wire transfers, which are a separate thing, this is confusing and should be renamed to "random key" (Chave aleatória) and include a blank uuid as a placeholder since that's what the api actually expects (we've actually put the bank branch code there by mistake as it still is a requirement on the backend). Due to what i presume to be KYC, Other then that the transaction went smoothly, there are just some ux improvements, as this PR partially fixes the issue. |
This is certainly more correct, if the intended flow is to use the "bank account" key type. To put it more more strictly:
A minor nitpick is that "bank account" is unintuitive, so it could be renamed to random key to match the required field. I never saw it being referenced as a "bank account key type". |



Fixes #5425