POST /v1/virtual-account/order/payout. Use requestId.SUCCESS, refunds use Refund Virtual Account Order and create a PAYOUT_REFUND RE* child. The original payout stays SUCCESS.{"requestId": "PAYOUT20250828150000812", "primaryAccountId": 10001, "currency": "BRL", "amount": 360, "accountName": "test 123", "accountNumber": "pixkey1234556", "accountEntityType": "Individual", "firstName": "test", "lastName": "123", "bankCountry": "BR"}curl --location '/v1/virtual-account/order/payout' \
--header 'API-KEY: <api-key>' \
--header 'API-SIGNATURE: <api-key>' \
--header 'API-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data '{"requestId": "PAYOUT20250828150000812", "primaryAccountId": 10001, "currency": "BRL", "amount": 360, "accountName": "test 123", "accountNumber": "pixkey1234556", "accountEntityType": "Individual", "firstName": "test", "lastName": "123", "bankCountry": "BR"}'{"status": 200, "code": "SUCCESS", "msg": "OK", "success": true, "traceId": "tr_va_1", "data": {"orderId": "va_ord_001", "orderStatus": "PROCESSING"}}